Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Apparently without scipy sklearn is not importable, yet pip doesn't i…
Browse files Browse the repository at this point in the history
…nstall it as dependency
  • Loading branch information
bsipocz committed Nov 15, 2018
1 parent 88050e2 commit 6fa464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ matrix:
env: SETUP_CMD='test --coverage' PYTHON_VERSION=3.4
TEST_CMD='py.test test_env.py && coverage run test_env.py; python -c "import sklearn; assert sklearn.__version__.startswith(\"0.19\")"'
CONDA_CHANNELS='astropy-ci-extras astrofrog conda-forge'
CONDA_DEPENDENCIES='pyqt5 openjpeg photutils pytest pytest-cov'
CONDA_DEPENDENCIES='scipy pyqt5 openjpeg photutils pytest pytest-cov'
DEBUG=True NUMPY_VERSION=1.10 ASTROPY_VERSION=stable
SCIKIT_LEARN_VERSION='<0.20,>=0.19' CONDA_DEPENDENCIES='scikit-learn'

Expand Down

0 comments on commit 6fa464f

Please sign in to comment.