From 6fa464f5b369d47e7d905cdb8626294ec528fad2 Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Wed, 14 Nov 2018 21:13:45 -0800 Subject: [PATCH] Apparently without scipy sklearn is not importable, yet pip doesn't install it as dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d80a2b0..4dfabf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'