Skip to content

Commit

Permalink
CI: Raised required oldest sicpy to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Nov 5, 2022
1 parent c168e02 commit afa4b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=18.0
numpy>=1.17.3
scipy>=1.3.1
numpy>=1.19.5
scipy>=1.9
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
# https://github.com/scikit-learn/scikit-learn/pull/21227
scikit-learn>=1.0.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ deps =
oldest: qtconsole==4.7.2
oldest: pygments==2.8.0
oldest: pip==18.0
oldest: numpy==1.17.3
oldest: scipy==1.3.1
oldest: numpy==1.19.5
oldest: scipy==1.9
oldest: scikit-learn==1.0.1
oldest: bottleneck==1.3.4
oldest: xlrd==1.2.0
Expand Down

0 comments on commit afa4b29

Please sign in to comment.