Skip to content

Commit

Permalink
try without xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels authored and JovanVeljanoski committed May 16, 2019
1 parent 9da6441 commit 92a8162
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_install:
- conda update -q conda
- conda info -a
# future: kapteyn should only be needed for astro package testing
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION pip numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython runipy pandas pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn py-xgboost
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION pip numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython runipy pandas pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn
- which pip
- source activate test-environment
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython pandas runipy cython pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn py-xgboost"
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython pandas runipy cython pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn"
- activate test-environment
- pip install "numpy>=1.13" "pyarrow>=0.12"
- pip install -r requirements.txt
Expand Down
1 change: 0 additions & 1 deletion requirements-ml.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
catboost
lightgbm
xgboost
scikit-learn
annoy

0 comments on commit 92a8162

Please sign in to comment.