Merge pull request #296911 from GaetanLepage/torchmetrics

python311Packages.torchmetrics: 1.3.1 -> 1.3.2
This commit is contained in:
Someone
2024-03-19 12:37:12 +00:00
committed by GitHub
@@ -20,7 +20,7 @@
let
pname = "torchmetrics";
version = "1.3.1";
version = "1.3.2";
in
buildPythonPackage {
inherit pname version;
@@ -32,7 +32,7 @@ buildPythonPackage {
owner = "Lightning-AI";
repo = "torchmetrics";
rev = "refs/tags/v${version}";
hash = "sha256-ZFpLoF4t1ld2c3exX9H8AYG0XQM7MKmWe/I8XZmdrZw=";
hash = "sha256-0lverGF8HVlnwWmnCjScWoSfWPLZlMF2cHDG+uxNCCQ=";
};
propagatedBuildInputs = [