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

python310Packages.torchmetrics: 0.9.2 -> 0.9.3
This commit is contained in:
Jonas Heinrich 2022-09-11 11:31:05 +02:00 committed by GitHub
commit dbc5566dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
let
pname = "torchmetrics";
version = "0.9.2";
version = "0.9.3";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PyTorchLightning";
repo = "metrics";
rev = "refs/tags/v${version}";
hash = "sha256-zkdmWxaTPTMyLe7P/zVfgKSYDCec3uh0eqCtahByMlY=";
hash = "sha256-L2p8UftRkuBuRJX4V5+OYkJeJ5pCK3MvfA1OvSfgglY=";
};
propagatedBuildInputs = [