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

Skip to content

Commit 5c6d00e

Browse files
committed
FIX sympy version
1 parent 4d42f1e commit 5c6d00e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ script:
133133
pip install -r doc-requirements.txt
134134
# Work round bug in Sympy atoms docstring as of 1.1.0
135135
# https://github.com/sympy/sympy/pull/12900
136-
pip install git+https://github.com/sympy/sympy.git
136+
# pip install git+https://github.com/sympy/sympy.git
137+
pip install "sympy<1.6"
137138
make html-stamp pdf-stamp
138139
else
139140
# Change into an innocuous directory and find tests from installation

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See nipy/info.py for requirement definitions
22
numpy>=1.6.0
33
scipy>=0.9.0
4-
sympy>=0.7.0
4+
sympy>=0.7.0,<1.6
55
nibabel>=1.2.0

0 commit comments

Comments
 (0)