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

Skip to content

Commit dfe642e

Browse files
committed
FIX Windows CI: use prebuilt numpy / scipy
1 parent a61fb87 commit dfe642e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

continuous_integration/appveyor/requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
# This is a temporary solution. As soon as numpy and scipy provide official
55
# wheel for windows we ca delete this --find-links line.
66
--find-links http://28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com/index.html
7-
numpy
8-
scipy
7+
8+
# 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
913
nose
1014
nose-exclude
1115
wheel

0 commit comments

Comments
 (0)