From a754976e1719cd8795358608ec2af82647091d84 Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Thu, 19 Jul 2018 09:35:40 +0200 Subject: [PATCH] ci/appveyor: Update test dependencies * Pin scikit-learn to 0.19.1 for Python 3.4 tests * Bump numpy to 1.14 for the rest Fixes failing tests due to incompatibility of scikit-learn 0.19.2 wheels with older numpy abi. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 16a8bac72ea..0a1c3b12de8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,18 +21,18 @@ environment: BUILD_GLOBAL_OPTIONS: build -j1 BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.9.3 # SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756) - TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy==1.12.1 scipy==1.0.0b1 scikit-learn pandas==0.21.1 + TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 matrix: - PYTHON: C:\Python34 BUILD_GLOBAL_OPTIONS: build # override test env for Py34; test with PyQt4 and legacy scipy # from the 'super' installer. - TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn PyQt4==4.11.4 + TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn==0.19.1 PyQt4==4.11.4 - PYTHON: C:\Python34-x64 BUILD_GLOBAL_OPTIONS: build - TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn PyQt5==5.5.1 + TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn==0.19.1 PyQt5==5.5.1 - PYTHON: C:\Python35