python310Packages.torchmetrics 0 -> 1 attrpath: python310Packages.torchmetrics 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h6jcv0hzsvv1qzlbvv88g2cmkkb96bxl-packages.json.drv building '/nix/store/h6jcv0hzsvv1qzlbvv88g2cmkkb96bxl-packages.json.drv'... Going to be running update for following packages: - python3.10-torchmetrics-0.11.4 Press Enter key to continue... Running update for: - python3.10-torchmetrics-0.11.4: UPDATING ... - python3.10-torchmetrics-0.11.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/torchmetrics/default.nix b/pkgs/development/python-modules/torchmetrics/default.nix index e3d51f7b551f..b7e2c9ac1e9b 100644 --- a/pkgs/development/python-modules/torchmetrics/default.nix +++ b/pkgs/development/python-modules/torchmetrics/default.nix @@ -15,7 +15,7 @@ let pname = "torchmetrics"; - version = "0.11.4"; + version = "1.1.1"; in buildPythonPackage { inherit pname version; @@ -24,7 +24,7 @@ buildPythonPackage { owner = "PyTorchLightning"; repo = "metrics"; rev = "refs/tags/v${version}"; - hash = "sha256-K8QLdDpnS4N8s3zXsifFloRXW/QXEm36mJXXKEBEJBs="; + hash = "sha256-XTfiz7bNyLf+v32NdNpOpeRyNrAdnO+CMFeb/fyDDS4="; }; propagatedBuildInputs = [ 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 python310Packages.torchmetrics nix build failed. @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: torchmetrics Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/vagb0sjv83ybi435i6iiv10hjrdghph9-python3-3.10.12/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/__init__.py", line 14, in from torchmetrics import functional # noqa: E402 File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/functional/__init__.py", line 14, in from torchmetrics.functional.audio._deprecated import _permutation_invariant_training as permutation_invariant_training File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/functional/audio/__init__.py", line 14, in from torchmetrics.functional.audio.pit import permutation_invariant_training, pit_permutate File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/functional/audio/pit.py", line 22, in from torchmetrics.utilities import rank_zero_warn File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/utilities/__init__.py", line 14, in from torchmetrics.utilities.checks import check_forward_full_state_property File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/utilities/checks.py", line 25, in from torchmetrics.metric import Metric File "/nix/store/zyxj4005zf7wr8p0bxnyhq51285cgcbl-python3.10-torchmetrics-1.1.1/lib/python3.10/site-packages/torchmetrics/metric.py", line 26, in from lightning_utilities import apply_to_collection ModuleNotFoundError: No module named 'lightning_utilities'