python311Packages.torchmetrics 0.11.4 -> 1.1.0 https://repology.org/project/python:torchmetrics/versions attrpath: python311Packages.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/44z04fjklxn403bjm0zr8m8ymbihivxh-packages.json.drv building '/nix/store/44z04fjklxn403bjm0zr8m8ymbihivxh-packages.json.drv'... Going to be running update for following packages: - python3.11-torchmetrics-0.11.4 Press Enter key to continue... Running update for: - python3.11-torchmetrics-0.11.4: UPDATING ... - python3.11-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 python311Packages.torchmetrics nix build failed. 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/rfrlbr8h85rlzwrccaqbqilsggs0n9ig-python3-3.11.4/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/__init__.py", line 14, in from torchmetrics import functional # noqa: E402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/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/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/functional/audio/__init__.py", line 14, in from torchmetrics.functional.audio.pit import permutation_invariant_training, pit_permutate File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/functional/audio/pit.py", line 22, in from torchmetrics.utilities import rank_zero_warn File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/utilities/__init__.py", line 14, in from torchmetrics.utilities.checks import check_forward_full_state_property File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/utilities/checks.py", line 25, in from torchmetrics.metric import Metric File "/nix/store/s2k7h1daavdbai298bw5a2cw5wcrgs0a-python3.11-torchmetrics-1.1.1/lib/python3.11/site-packages/torchmetrics/metric.py", line 26, in from lightning_utilities import apply_to_collection ModuleNotFoundError: No module named 'lightning_utilities'