Skip to content

Commit 9eba9f7

Browse files
authored
Merge pull request #4293 from ales-erjavec/ci/unpin-scipy
[CI] appveyor: Unpin scipy
2 parents ccee167 + f542433 commit 9eba9f7

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
@@ -17,7 +17,7 @@ environment:
1717
PIP_DISABLE_PIP_VERSION_CHECK: 1
1818
BUILD_ENV: wheel==0.29.0 pip~=19.0
1919
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
20-
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 "pymssql<3.0"
20+
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy scikit-learn pandas==0.21.1 "pymssql<3.0"
2121
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'
2222

2323
matrix:

0 commit comments

Comments
 (0)