python310Packages.torchmetrics: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-05-07 11:56:17 +00:00
parent 78963777a4
commit 1d31f5a144

View file

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