Skip to content

Commit f59ed5e

Browse files
authored
Update .travis.yml
1 parent 0ecc2b0 commit f59ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- conda config --set always_yes yes --set changeps1 no
2121
- conda update -q conda
2222
- conda info -a
23-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.19.0 numpy=1.12.1
23+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.19.0 numpy=1.13.1
2424
scikit-learn=0.18.1
2525
- source activate test-environment
2626
- pip install -r alt_requirements/requirements_dev.txt

0 commit comments

Comments
 (0)