python31{1,2}Packages.shap: 0.45.0 -> 0.45.1

https://github.com/shap/shap/releases/tag/v0.45.1
This commit is contained in:
annalee
2024-05-08 18:55:03 +00:00
parent 639984a46c
commit ce7904a8e9
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "shap";
version = "0.45.0";
version = "0.45.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "slundberg";
repo = "shap";
rev = "refs/tags/v${version}";
hash = "sha256-x8845saPoLsWu3Z8Thkhqo3HeLmfAZANj3KE0ftVqZc=";
hash = "sha256-REMAubT9WRe0exfhO4UCLt3FFQHq4HApHnI6i2F/V1o=";
};
nativeBuildInputs = [