We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecc2b0 commit f59ed5eCopy full SHA for f59ed5e
.travis.yml
@@ -20,7 +20,7 @@ install:
20
- conda config --set always_yes yes --set changeps1 no
21
- conda update -q conda
22
- conda info -a
23
-- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.19.0 numpy=1.12.1
+- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.19.0 numpy=1.13.1
24
scikit-learn=0.18.1
25
- source activate test-environment
26
- pip install -r alt_requirements/requirements_dev.txt
0 commit comments