Skip to content

Commit

Permalink
Merge pull request #4293 from ales-erjavec/ci/unpin-scipy
Browse files Browse the repository at this point in the history
[CI] appveyor: Unpin scipy
  • Loading branch information
lanzagar authored Dec 23, 2019
2 parents ccee167 + f542433 commit 9eba9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
PIP_DISABLE_PIP_VERSION_CHECK: 1
BUILD_ENV: wheel==0.29.0 pip~=19.0
# 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.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 "pymssql<3.0"
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy scikit-learn pandas==0.21.1 "pymssql<3.0"
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'

matrix:
Expand Down

0 comments on commit 9eba9f7

Please sign in to comment.