Skip to content

Commit 41e5868

Browse files
Update dependency xgboost to v3.0.4 (#2661)
* Update dependency xgboost to v3.0.4 * Update requirements-test.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Andreev <[email protected]>
1 parent e614555 commit 41e5868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scikit-learn==1.7.1 ; python_version >= '3.10'
1111
pandas==2.1.3 ; python_version < '3.11'
1212
pandas==2.3.1 ; python_version >= '3.11'
1313
xgboost==2.1.4 ; python_version < '3.10'
14-
xgboost==3.0.3 ; python_version >= '3.10'
14+
xgboost==3.0.4 ; python_version >= '3.10'
1515
lightgbm==4.6.0
1616
catboost==1.2.8
1717
shap==0.48.0

0 commit comments

Comments
 (0)