Skip to content

Commit ab85a17

Browse files
committed
use xgboost < 2.0.0 in tests, as newer xgboost does not work correctly
1 parent 2badc3d commit ab85a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commands=
4646
basepython=python3.10
4747
deps=
4848
{[testenv]deps}
49-
xgboost
49+
xgboost < 2.0.0
5050
lightgbm != 2.0.5, != 2.0.6
5151
catboost
5252
# tensorflow

0 commit comments

Comments
 (0)