Skip to content

Commit

Permalink
BF: update numpy version for current scipy
Browse files Browse the repository at this point in the history
Upstream scipy depends on numpy 1.7.1
  • Loading branch information
matthew-brett committed Jan 4, 2016
1 parent 027d53d commit fc95f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -42,11 +42,11 @@ matrix:
- python: 2.7
env:
- INSTALL_TYPE=sdist
- DEPENDS="numpy==1.6.0"
- DEPENDS="numpy==1.7.1" # latest travis scipy built with 1.7.1
- python: 2.7
env:
- INSTALL_TYPE=wheel
- DEPENDS="numpy==1.6.0"
- DEPENDS="numpy==1.7.1" # latest travis scipy built with 1.7.1
- python: 2.7
env:
- INSTALL_TYPE=requirements
Expand Down

0 comments on commit fc95f66

Please sign in to comment.