We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e5f78 commit fe15466Copy full SHA for fe15466
ci/requirements-3.5_NUMPY_DEV.build.sh
@@ -8,6 +8,6 @@ echo "install numpy master wheel"
8
pip uninstall numpy -y
9
10
# install numpy wheel from master
11
-pip install --pre --upgrade --no-index --timeout=60 --trusted-host travis-dev-wheels.scipy.org -f http://travis-dev-wheels.scipy.org/ numpy scipy
+pip install --pre --upgrade --no-index --timeout=60 --trusted-host travis-dev-wheels.scipy.org -f http://travis-dev-wheels.scipy.org/ numpy
12
13
true
0 commit comments