Skip to content

Commit

Permalink
MAINT: bump scipy lowest version to 0.9.0
Browse files Browse the repository at this point in the history
Getting spline interpolation errors for previous minimum dependency of
0.7.0.
  • Loading branch information
matthew-brett committed Sep 30, 2015
1 parent b20a60d commit 5c61e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ matrix:
# Absolute minimum dependencies
- python: 2.7
env:
- DEPENDS="numpy==1.6.0 scipy==0.7.0 sympy==0.7.0 nibabel==1.2.0"
- DEPENDS="numpy==1.6.0 scipy==0.9.0 sympy==0.7.0 nibabel==1.2.0"
# Test compiling against external lapack
- python: 3.4
env:
Expand Down
4 changes: 2 additions & 2 deletions nipy/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
* python_ >= 2.6 (tested with 2.6, 2.7, 3.2, 3.3, 3.4)
* numpy_ >= 1.6.0
* scipy_ >= 0.7.0
* scipy_ >= 0.9.0
* sympy_ >= 0.7.0
* nibabel_ >= 1.2
Expand Down Expand Up @@ -132,7 +132,7 @@
# minimum versions
# Update in readme text above
NUMPY_MIN_VERSION='1.6.0'
SCIPY_MIN_VERSION = '0.7.0'
SCIPY_MIN_VERSION = '0.9.0'
NIBABEL_MIN_VERSION = '1.2'
SYMPY_MIN_VERSION = '0.7.0'
MAYAVI_MIN_VERSION = '3.0'
Expand Down

0 comments on commit 5c61e42

Please sign in to comment.