Skip to content

Commit

Permalink
Bump shap from 0.43.0 to 0.45.1
Browse files Browse the repository at this point in the history
Bumps [shap](https://github.com/shap/shap) from 0.43.0 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](shap/shap@v0.43.0...v0.45.1)

---
updated-dependencies:
- dependency-name: shap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent c1a6889 commit ed8456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"scipy>=1.4.0",
"joblib>=0.13.2",
"tqdm>=4.41.0",
"shap==0.43.0 ; python_version == '3.8'",
"shap==0.45.1 ; python_version == '3.8'",
"shap>=0.43.0 ; python_version != '3.8'",
"numpy>=1.23.2",
"numba>=0.57.0",
Expand Down

0 comments on commit ed8456c

Please sign in to comment.