Skip to content

Commit

Permalink
test_gb_cls and test_gb_reg require numpy 1.19 to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 13, 2022
1 parent ee7948b commit e7aa307
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,5 +1,5 @@
pip>=18.0
numpy>=1.17.3
numpy>=1.19.0
scipy>=1.2.0
# 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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps =
oldest: qtconsole==4.7.2
oldest: pygments==2.8.0
oldest: pip==18.0
oldest: numpy==1.17.3
oldest: numpy==1.19.0
oldest: scipy==1.2.0
oldest: scikit-learn==0.23.1
oldest: bottleneck==1.3.2
Expand Down

0 comments on commit e7aa307

Please sign in to comment.