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

Skip to content

Commit 31d93e5

Browse files
committed
Try this way for sympy requirements
1 parent a49a734 commit 31d93e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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<1.6", "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)