From dfe642e1bf0120aa2676fdb741359e8799d1ed80 Mon Sep 17 00:00:00 2001 From: Olivier Grisel <olivier.grisel@ensta.org> Date: Tue, 2 Sep 2014 16:26:21 +0200 Subject: [PATCH] FIX Windows CI: use prebuilt numpy / scipy --- continuous_integration/appveyor/requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/continuous_integration/appveyor/requirements.txt b/continuous_integration/appveyor/requirements.txt index 437bf4ae4a..f43d6e63ce 100644 --- a/continuous_integration/appveyor/requirements.txt +++ b/continuous_integration/appveyor/requirements.txt @@ -4,8 +4,12 @@ # This is a temporary solution. As soon as numpy and scipy provide official # wheel for windows we ca delete this --find-links line. --find-links http://28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com/index.html -numpy -scipy + +# fix the versions of numpy to force the use of numpy and scipy to use the whl +# of the rackspace folder instead of trying to install from more recent +# source tarball published on PyPI +numpy==1.8.1 +scipy==0.14.0 nose nose-exclude wheel -- GitLab