Skip to content

Commit

Permalink
test_gb_cls and test_gb_reg require scipy 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 13, 2022
1 parent ee7948b commit 69a3da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.0
scipy>=1.3.1
# scikit-learn version 0.23.0 have error with slow k-means, fixed in 0.23.1
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
# https://github.com/scikit-learn/scikit-learn/pull/21227
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deps =
oldest: pygments==2.8.0
oldest: pip==18.0
oldest: numpy==1.17.3
oldest: scipy==1.2.0
oldest: scipy==1.3.1
oldest: scikit-learn==0.23.1
oldest: bottleneck==1.3.2
oldest: xlrd==0.9.2
Expand Down

0 comments on commit 69a3da2

Please sign in to comment.