Skip to content

Commit a0ec356

Browse files
authored
py3.14 compatibility (#2835)
* py3.14 compatibility * Add comment
1 parent dc64b75 commit a0ec356

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
@@ -13,7 +13,7 @@ pandas==2.3.3 ; python_version >= '3.11'
1313
xgboost==2.1.4 ; python_version < '3.10'
1414
xgboost==3.1.2 ; python_version >= '3.10'
1515
lightgbm==4.6.0
16-
catboost==1.2.8
16+
catboost==1.2.8 ; python_version < '3.14' # TODO: Remove condition when catboost releases py3.14 package
1717
shap==0.49.1 ; python_version < '3.11'
1818
shap==0.50.0 ; python_version >= '3.11'
1919
treelite==4.6.1

0 commit comments

Comments
 (0)