From bf3e911d0d3def278f7c406bde211d7d9e04ec41 Mon Sep 17 00:00:00 2001 From: Victor Calderon Date: Thu, 17 May 2018 20:06:55 -0500 Subject: [PATCH] Removed 'xgBoost' --- .rtd-environment.yml | 1 - cosmo_utils/ml/ml_utils.py | 1 - setup.cfg | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.rtd-environment.yml b/.rtd-environment.yml index 31c13d2..b77d0fe 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -16,7 +16,6 @@ dependencies: - numexpr - cython - scikit-learn>=0.19.1 - - xgboost - pip: - GitPython - Cython diff --git a/cosmo_utils/ml/ml_utils.py b/cosmo_utils/ml/ml_utils.py index 0697920..1ec8ae1 100644 --- a/cosmo_utils/ml/ml_utils.py +++ b/cosmo_utils/ml/ml_utils.py @@ -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 diff --git a/setup.cfg b/setup.cfg index 351bbfa..1dcd0bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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