Skip to content

Commit 857fa20

Browse files
TEST: Update catboost version (#2426)
* update catboost and remove numpy workarounds * bring back workaround for xgboost on py39 * bring back workaround for pandas on py39 * bring back more workarounds * fix * test more combinations * bring back pytest workaround * another attempt * another attempt * leave as it was * Update requirements-test.txt Co-authored-by: ethanglaser <[email protected]> --------- Co-authored-by: ethanglaser <[email protected]>
1 parent 22dfc40 commit 857fa20

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.2.3 ; python_version >= '3.11'
1313
xgboost==2.1.4 ; python_version < '3.10'
1414
xgboost==3.0.0 ; python_version >= '3.10'
1515
lightgbm==4.6.0
16-
catboost==1.2.8 ; python_version < '3.11' # TODO: Remove 3.11 condition when catboost supports numpy 2.0
16+
catboost==1.2.8
1717
shap==0.47.1 ; python_version < '3.13'
1818
array-api-compat==1.11.2
1919
array-api-strict==2.3.1

0 commit comments

Comments
 (0)