From bc84012e102ce4f6ed5946329e7cfde2d0471529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:58:59 -0600 Subject: [PATCH] chore(deps): update dependency shap to v0.44.0 (#1604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 952c2d4146..c6194286e8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,4 +9,4 @@ pandas==2.1.3 ; python_version >= '3.9' xgboost==2.0.3 lightgbm==4.2.0 catboost==1.2.2; python_version <= '3.11' # FIXME: Add as soon as 3.12 is supported -shap==0.43.0; python_version <= '3.11' # FIXME: Add as soon as 3.12 is supported +shap==0.44.0; python_version <= '3.11' # FIXME: Add as soon as 3.12 is supported