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 a61fb87 commit dfe642eCopy full SHA for dfe642e
continuous_integration/appveyor/requirements.txt
@@ -4,8 +4,12 @@
4
# This is a temporary solution. As soon as numpy and scipy provide official
5
# wheel for windows we ca delete this --find-links line.
6
--find-links http://28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com/index.html
7
-numpy
8
-scipy
+
+# fix the versions of numpy to force the use of numpy and scipy to use the whl
9
+# of the rackspace folder instead of trying to install from more recent
10
+# source tarball published on PyPI
11
+numpy==1.8.1
12
+scipy==0.14.0
13
nose
14
nose-exclude
15
wheel
0 commit comments