Merge pull request #298417 from r-ryantm/auto-update/python312Packages.shap

python312Packages.shap: 0.44.1 -> 0.45.0
This commit is contained in:
OTABI Tomoya 2024-03-24 11:14:28 +09:00 committed by GitHub
commit 9e59d7ebf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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 = [