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 cee1a3c commit 7a4bad1Copy full SHA for 7a4bad1
requirements-test.txt
@@ -13,7 +13,7 @@ pandas==2.2.3 ; python_version >= '3.11'
13
xgboost==2.1.4 ; python_version < '3.10'
14
xgboost==3.0.0 ; python_version >= '3.10'
15
lightgbm==4.6.0
16
-catboost==1.2.7 ; python_version < '3.11' # TODO: Remove 3.11 condition when catboost supports numpy 2.0
+catboost==1.2.8 ; python_version < '3.11' # TODO: Remove 3.11 condition when catboost supports numpy 2.0
17
shap==0.47.1 ; python_version < '3.13'
18
array-api-compat==1.11.2
19
array-api-strict==2.3.1
0 commit comments