Skip to content

Commit

Permalink
new numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jan 30, 2019
1 parent 37c83f1 commit 88d9126
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 @@ -36,7 +36,7 @@ before_install:
install:
# Upgrade pip setuptools and wheel to be able to run the next command
- pip install -U pip==18.1 wheel setuptools coveralls
#- pip uninstall --yes numpy # try fixing problems with pre-existing numpy version
- pip install numpy==1.15.4 # try fixing problems with pre-existing numpy version
- pip freeze
# Install AiiDA with some optional dependencies
- if [ "$TEST_TYPE" == "docs" ]; then pip install . && pip install -r docs/requirements_for_rtd.txt; else pip install .[all]; fi
Expand Down

0 comments on commit 88d9126

Please sign in to comment.