Merge pull request #219022 from r-ryantm/auto-update/python310Packages.torchmetrics

python310Packages.torchmetrics: 0.11.2 -> 0.11.3
This commit is contained in:
Weijia Wang
2023-03-02 00:32:49 +02:00
committed by GitHub
@@ -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 = [