Skip to content

Commit

Permalink
fix scipy version in travis (molecularsets#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpol authored and zhebrak committed Dec 19, 2019
1 parent 799982d commit c157e6d
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 @@ -14,7 +14,7 @@ before_install:

install:
- conda install -q -c rdkit rdkit
- conda install -q flake8
- conda install -q flake8 scipy=1.2.0
- python setup.py install

script:
Expand Down

0 comments on commit c157e6d

Please sign in to comment.