Skip to content

Commit

Permalink
Added minimum tables version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garyfallidis committed Sep 17, 2017
1 parent 1e63c44 commit 4eccbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ matrix:
- python: 2.7
env:
# Check these values against requirements.txt and dipy/info.py
- DEPENDS="cython==0.25.1 numpy==1.7.1 scipy==0.9.0 nibabel==2.1.0"
- DEPENDS="cython==0.25.1 numpy==1.7.1 scipy==0.9.0 nibabel==2.1.0 tables==3.2.0"
- python: 2.7
env:
- DEPENDS="$DEPENDS scikit_learn"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,3 +3,4 @@ cython>=0.25.1
numpy>=1.7.1
scipy>=0.9
nibabel>=2.1.0
tables>=3.2.0

0 comments on commit 4eccbcd

Please sign in to comment.