python311Packages.shap 0 -> 1 attrpath: python311Packages.shap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9gshybabjm32zna8vxyj8kgndvlmmmwi-packages.json.drv building '/nix/store/9gshybabjm32zna8vxyj8kgndvlmmmwi-packages.json.drv'... Going to be running update for following packages: - python3.11-shap-0.43.0 Press Enter key to continue... Running update for: - python3.11-shap-0.43.0: UPDATING ... - python3.11-shap-0.43.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shap/default.nix b/pkgs/development/python-modules/shap/default.nix index cc042fcd4f52..d40b3953d98b 100644 --- a/pkgs/development/python-modules/shap/default.nix +++ b/pkgs/development/python-modules/shap/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "shap"; - version = "0.43.0"; + version = "0.44.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "slundberg"; repo = "shap"; rev = "refs/tags/v${version}"; - hash = "sha256-ylkpXhaLXsQiu6YMC3pUtlicptQmtjITzW+ydinB4ls="; + hash = "sha256-pC201Q/i3UAuJPZw0H+giebhJKVTmmKfxhFdonmkxtI="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.shap nix build failed. WARNING: Could not compile cuda extensions. Retrying SHAP build without cuda extension... Attempting to build SHAP: with_binary=True, with_cuda=False (Attempt 2) running egg_info creating shap.egg-info writing shap.egg-info/PKG-INFO writing dependency_links to shap.egg-info/dependency_links.txt writing requirements to shap.egg-info/requires.txt writing top-level names to shap.egg-info/top_level.txt writing manifest file 'shap.egg-info/SOURCES.txt' reading manifest file 'shap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.github' no previously-included directories found matching 'appveyor' no previously-included directories found matching 'data' no previously-included directories found matching 'docs' no previously-included directories found matching 'javascript' no previously-included directories found matching 'notebooks' warning: no previously-included files found matching '.git-blame-ignore-revs' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'CONTRIBUTING.md' warning: no previously-included files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'shap.egg-info/SOURCES.txt' ERROR Missing dependencies: setuptools-scm>=8.0