Skip to content

Commit 820920f

Browse files
Update dependency shap to v0.50.0 (#2769)
* Update dependency shap to v0.50.0 * Update requirements-test.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <[email protected]>
1 parent 89d2240 commit 820920f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ xgboost==2.1.4 ; python_version < '3.10'
1414
xgboost==3.1.1 ; python_version >= '3.10'
1515
lightgbm==4.6.0
1616
catboost==1.2.8
17-
shap==0.49.1
17+
shap==0.49.1 ; python_version < '3.11'
18+
shap==0.50.0 ; python_version >= '3.11'
1819
treelite==4.6.0
1920
array-api-compat==1.11.2 ; python_version < '3.10'
2021
array-api-compat==1.12.0 ; python_version >= '3.10'

0 commit comments

Comments
 (0)