python310Packages.torchmetrics: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm 2023-03-01 17:10:52 +00:00
parent 98580952f5
commit 881955f4b2

View File

@ -15,7 +15,7 @@
let
pname = "torchmetrics";
version = "0.11.2";
version = "0.11.3";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PyTorchLightning";
repo = "metrics";
rev = "refs/tags/v${version}";
hash = "sha256-oeARQA7TtcplsvXvWVN4pcjj0BaMmHOJPZxGA55luI4=";
hash = "sha256-cyzAY5NKP+SgoZmwBBLsI0yQ1M4jdOB6/9+/k/+5mns=";
};
propagatedBuildInputs = [