python312Packages.shap: 0.44.1 -> 0.45.0

This commit is contained in:
R. Ryantm 2024-03-23 18:14:25 +00:00
parent 86de7cd867
commit 204ba257a6

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "shap";
version = "0.44.1";
version = "0.45.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "slundberg";
repo = "shap";
rev = "refs/tags/v${version}";
hash = "sha256-pC201Q/i3UAuJPZw0H+giebhJKVTmmKfxhFdonmkxtI=";
hash = "sha256-x8845saPoLsWu3Z8Thkhqo3HeLmfAZANj3KE0ftVqZc=";
};
nativeBuildInputs = [