Skip to content

Commit

Permalink
build(deps): update shap requirement from ^0.43.0 to >=0.43,<0.45
Browse files Browse the repository at this point in the history
Updates the requirements on [shap](https://github.com/shap/shap) to permit the latest version.
- [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.44.0)

---
updated-dependencies:
- dependency-name: shap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 245db70 commit 277cc7f
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 @@ -29,7 +29,7 @@ sapientml-preprocess = "*"
scikit-learn = "^1.3.2"
scipy = "^1.11.1"
seaborn = ">=0.12.2,<0.14.0"
shap = "^0.43.0"
shap = ">=0.43,<0.45"
tqdm = "^4.66.1"
xgboost = ">=1.7.6,<3.0.0"

Expand Down

0 comments on commit 277cc7f

Please sign in to comment.