Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d42f1e commit 5c6d00eCopy full SHA for 5c6d00e
.travis.yml
@@ -133,7 +133,8 @@ script:
133
pip install -r doc-requirements.txt
134
# Work round bug in Sympy atoms docstring as of 1.1.0
135
# https://github.com/sympy/sympy/pull/12900
136
- pip install git+https://github.com/sympy/sympy.git
+ # pip install git+https://github.com/sympy/sympy.git
137
+ pip install "sympy<1.6"
138
make html-stamp pdf-stamp
139
else
140
# Change into an innocuous directory and find tests from installation
requirements.txt
@@ -1,5 +1,5 @@
1
# See nipy/info.py for requirement definitions
2
numpy>=1.6.0
3
scipy>=0.9.0
4
-sympy>=0.7.0
+sympy>=0.7.0,<1.6
5
nibabel>=1.2.0
0 commit comments