python3Packages.shap: 0.48.0 -> 0.50.0

https://github.com/slundberg/shap/releases/tag/v0.50.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:53 +01:00
parent 8a7b03979e
commit c8649a5fd3
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "shap";
version = "0.48.0";
version = "0.50.0";
pyproject = true;
src = fetchFromGitHub {
owner = "slundberg";
repo = "shap";
tag = "v${version}";
hash = "sha256-eWZhyrFpEFlmTFPTHZng9V+uMRMXDVzFdgrqIzRQTws=";
hash = "sha256-sf9EYa15/5xEOtHSesuq97dFP4frtteoGSpHE8kGP9Q=";
};
postPatch = ''