Skip to content

Commit

Permalink
Fix numpy requirement for latest pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgabriel authored Aug 7, 2018
1 parent 42ab627 commit 1743c2f
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 @@ -16,7 +16,7 @@ addons:
- python-scipy
- python-pip
install:
- travis_wait pip install -q numpy
- travis_wait pip install -q numpy==1.14.3
- travis_wait pip install -q codecov
- python setup.py develop
- cp config_files/mpint_config.yaml mpinterfaces/
Expand Down

0 comments on commit 1743c2f

Please # to comment.