From e3a1b2784f287a68d645743b7133e940097ca755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:15:18 +0000 Subject: [PATCH] Bump shap from 0.42.1 to 0.45.1 Bumps [shap](https://github.com/shap/shap) from 0.42.1 to 0.45.1. - [Release notes](https://github.com/shap/shap/releases) - [Changelog](https://github.com/shap/shap/blob/master/docs/release_notes.rst) - [Commits](https://github.com/shap/shap/compare/v0.42.1...v0.45.1) --- updated-dependencies: - dependency-name: shap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3a62bc7d..b48dc0d26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -shap==0.42.1 +shap==0.45.1 scikit-learn>=1.0.1 pandas torch