From e8d2304d148e2aa3e3ef4ea32ab0572fa43ffb95 Mon Sep 17 00:00:00 2001 From: Gordon Mohr Date: Sat, 28 Dec 2019 15:58:05 -0800 Subject: [PATCH] trial: explicit numpy pre-install --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e8bccd45d1..a20deae72d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,7 @@ install: # next line only to demo that py3.8-on-Appveyor *could* install Cython from wheel just fine, # despite mysterious following attempt/failure to build-and-use Cython on that one Appveyor config # delete when py3.8-on-Appveyor starts working normally - - "python -m pip install Cython==0.29.14" + - "python -m pip install Cython==0.29.14 numpy=1.18.0" # Check that we have the expected versions and architecture - "pip --version"