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 dc64b75 commit a0ec356Copy full SHA for a0ec356
requirements-test.txt
@@ -13,7 +13,7 @@ pandas==2.3.3 ; python_version >= '3.11'
13
xgboost==2.1.4 ; python_version < '3.10'
14
xgboost==3.1.2 ; python_version >= '3.10'
15
lightgbm==4.6.0
16
-catboost==1.2.8
+catboost==1.2.8 ; python_version < '3.14' # TODO: Remove condition when catboost releases py3.14 package
17
shap==0.49.1 ; python_version < '3.11'
18
shap==0.50.0 ; python_version >= '3.11'
19
treelite==4.6.1
0 commit comments