We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a0978 commit 96cd7afCopy full SHA for 96cd7af
requirements-test.txt
@@ -10,7 +10,7 @@ scikit-learn==1.5.2 ; python_version <= '3.9'
10
scikit-learn==1.6.1 ; python_version >= '3.10'
11
pandas==2.1.3 ; python_version < '3.11'
12
pandas==2.2.3 ; python_version >= '3.11'
13
-xgboost==2.1.3
+xgboost==2.1.4
14
lightgbm==4.5.0
15
catboost==1.2.7 ; python_version < '3.11' # TODO: Remove 3.11 condition when catboost supports numpy 2.0
16
shap==0.46.0 ; python_version < '3.13'
0 commit comments