python310Packages.torchmetrics: 0.11.0 -> 0.11.2

This commit is contained in:
R. Ryantm
2023-02-24 21:22:27 +00:00
parent 21299ca839
commit 2b1a168d2d
@@ -15,7 +15,7 @@
let
pname = "torchmetrics";
version = "0.11.0";
version = "0.11.2";
in
buildPythonPackage {
inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PyTorchLightning";
repo = "metrics";
rev = "refs/tags/v${version}";
hash = "sha256-vHWW9TAIocU4g7++UQ0SWtOV/Cdtdq+tOV1x0MLwY7E=";
hash = "sha256-oeARQA7TtcplsvXvWVN4pcjj0BaMmHOJPZxGA55luI4=";
};
propagatedBuildInputs = [