Skip to content

Commit

Permalink
Removed 'xgBoost'
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed May 18, 2018
1 parent 95f647c commit bf3e911
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .rtd-environment.yml
Expand Up @@ -16,7 +16,6 @@ dependencies:
- numexpr
- cython
- scikit-learn>=0.19.1
- xgboost
- pip:
- GitPython
- Cython
1 change: 0 additions & 1 deletion cosmo_utils/ml/ml_utils.py
Expand Up @@ -25,7 +25,6 @@
import sklearn.ensemble as skem
import sklearn.neural_network as skneuro
import sklearn.preprocessing as skpre
import xgboost
import scipy

# Extra modules
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -48,7 +48,7 @@ edit_on_github = True
github_project = vcalderon2009/cosmo_utils
# install_requires should be formatted as a comma-separated list, e.g.:
# install_requires = astropy, scipy,
install_requires = astropy, numpy, pandas, h5py, GitPython, cython, requests, numexpr, scipy, scikit-learn, xgboost
install_requires = astropy, numpy, pandas, h5py, GitPython, cython, requests, numexpr, scipy, scikit-learn
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.1.26dev

Expand Down

0 comments on commit bf3e911

Please sign in to comment.