Skip to content

Commit b54398c

Browse files
authored
Merge pull request #3139 from ales-erjavec/ci/appveyor-test-deps
[FIX] ci/appveyor: Update test dependencies
2 parents a48c890 + a754976 commit b54398c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ environment:
2121
BUILD_GLOBAL_OPTIONS: build -j1
2222
BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.9.3
2323
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
24-
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy==1.12.1 scipy==1.0.0b1 scikit-learn pandas==0.21.1
24+
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1
2525

2626
matrix:
2727
- PYTHON: C:\Python34
2828
BUILD_GLOBAL_OPTIONS: build
2929
# override test env for Py34; test with PyQt4 and legacy scipy
3030
# from the 'super' installer.
31-
TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn PyQt4==4.11.4
31+
TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn==0.19.1 PyQt4==4.11.4
3232

3333
- PYTHON: C:\Python34-x64
3434
BUILD_GLOBAL_OPTIONS: build
35-
TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn PyQt5==5.5.1
35+
TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn==0.19.1 PyQt5==5.5.1
3636

3737
- PYTHON: C:\Python35
3838

0 commit comments

Comments
 (0)