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 d067fe9 commit d0a92afCopy full SHA for d0a92af
ci_scripts/install.sh
@@ -28,7 +28,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose cython
28
source activate testenv
29
30
# First install exact numpy and scipy version from pip
31
-pip install numpy==1.10
+pip install numpy==1.11.0
32
pip install scipy==0.16.1
33
34
# Install requirements in correct order
0 commit comments