Skip to content

Commit

Permalink
Conflicting version requirements for scipy 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Apr 12, 2018
1 parent 5568389 commit baf0f84
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 @@ -21,7 +21,7 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment -c pytorch python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.18 cython pytorch=0.3.1 torchvision
- conda create -q -n test-environment -c pytorch python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.19 cython pytorch=0.3.1 torchvision
- source activate test-environment
- python setup.py install
- pip install coveralls
Expand Down

0 comments on commit baf0f84

Please sign in to comment.