Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a49a734

Browse files
committed
FIX sympy requirement
1 parent 5c6d00e commit a49a734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cache:
1414

1515
env:
1616
global:
17-
- DEPENDS="numpy scipy sympy matplotlib nibabel"
17+
- DEPENDS="numpy scipy sympy<1.6 matplotlib nibabel"
1818
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
1919
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
2020
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"

nipy/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
MICRO = _version_micro
171171
ISRELEASE = _version_extra == ''
172172
VERSION = __version__
173-
REQUIRES = ["numpy", "scipy", "sympy", "nibabel"]
173+
REQUIRES = ["numpy", "scipy", "sympy<1.6", "nibabel"]
174174
STATUS = 'beta'
175175

176176
# Versions and locations of optional data packages

0 commit comments

Comments
 (0)