Skip to content

Commit 1d2e22d

Browse files
committed
AppVeyor: bump PyQt5/SIP maybe solves segfault?
1 parent c34785e commit 1d2e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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.3 PyQt5==5.9 numpy==1.12.1 scipy==1.0.0b1 scikit-learn
24+
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy==1.12.1 scipy==1.0.0b1 scikit-learn
2525

2626
matrix:
2727
- PYTHON: C:\Python34

0 commit comments

Comments
 (0)