Skip to content

Commit

Permalink
Merge 24db9b9 into 0832c7f
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Feb 20, 2021
2 parents 0832c7f + 24db9b9 commit fac2047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,8 +35,8 @@ matrix:
- python: 2.7
env:
# Definitive source for these in nipy/info.py
- PRE_DEPENDS="numpy==1.6.0"
- DEPENDS="scipy==0.9.0 sympy==0.7.0 nibabel==1.2.0"
- PRE_DEPENDS="numpy==1.13"
- DEPENDS="scipy==1.0.0 sympy==1.0.0 nibabel==2.0.0"
# Test compiling against external lapack
- python: 3.6
env:
Expand Down
8 changes: 4 additions & 4 deletions nipy/info.py
Expand Up @@ -146,10 +146,10 @@
# Update in readme text above
# Update in .travis.yml
# Update in requirements.txt
NUMPY_MIN_VERSION='1.6.0'
SCIPY_MIN_VERSION = '0.9.0'
NIBABEL_MIN_VERSION = '1.2'
SYMPY_MIN_VERSION = '0.7.0'
NUMPY_MIN_VERSION='1.13'
SCIPY_MIN_VERSION = '1.0.0'
NIBABEL_MIN_VERSION = '2.0'
SYMPY_MIN_VERSION = '1.0'
MAYAVI_MIN_VERSION = '3.0'
CYTHON_MIN_VERSION = '0.12.1'

Expand Down

0 comments on commit fac2047

Please sign in to comment.