python311Packages.torchmetrics: 1.3.1 -> 1.3.2
Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.3.1...v1.3.2 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.3.2
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user