Unverified Commit 83c35f37 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.torchmetrics: 1.8.1 -> 1.8.2 (#439862)

parents 33cedc89 6895ccd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "torchmetrics";
  version = "1.8.1";
  version = "1.8.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lightning-AI";
    repo = "torchmetrics";
    tag = "v${version}";
    hash = "sha256-Qisp5RTfcKr6W9K6FDFUHMqICSpVshsrZWwpDEgTTQM=";
    hash = "sha256-OsU2JpKcbe1AuSIAyZLjDpFdsSk2q3kMGBcNXtIJm3Q=";
  };

  dependencies = [