Merge pull request #288409 from GaetanLepage/torchmetrics

python311Packages.torchmetrics: 1.3.0.post -> 1.3.1
This commit is contained in:
Someone 2024-02-13 13:23:23 +00:00 committed by GitHub
commit 348683682a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
let
pname = "torchmetrics";
version = "1.3.0.post";
version = "1.3.1";
in
buildPythonPackage {
inherit pname version;
@ -32,7 +32,7 @@ buildPythonPackage {
owner = "Lightning-AI";
repo = "torchmetrics";
rev = "refs/tags/v${version}";
hash = "sha256-InwXOeQ/u7sdq/+gjm0CSCiuB/9YXP+rPVbvOSH16Dk=";
hash = "sha256-ZFpLoF4t1ld2c3exX9H8AYG0XQM7MKmWe/I8XZmdrZw=";
};
propagatedBuildInputs = [