Merge pull request #271487 from GaetanLepage/torchmetrics

python311Packages.torchmetrics: 1.2.0 -> 1.2.1
This commit is contained in:
OTABI Tomoya 2023-12-02 14:55:20 +09:00 committed by GitHub
commit 83bf011027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
let
pname = "torchmetrics";
version = "1.2.0";
version = "1.2.1";
in
buildPythonPackage {
inherit pname version;
@ -30,7 +30,7 @@ buildPythonPackage {
owner = "Lightning-AI";
repo = "torchmetrics";
rev = "refs/tags/v${version}";
hash = "sha256-g5JuTbiRd8yWx2nM3UE8ejOhuZ0XpAQdS5AC9AlrSFY=";
hash = "sha256-uvebKCJL2TSQUGmtVE1MtYwzgs+0lWvHvsN5PwJyl/g=";
};
disabled = pythonOlder "3.8";
@ -90,6 +90,7 @@ buildPythonPackage {
meta = with lib; {
description = "Machine learning metrics for distributed, scalable PyTorch applications (used in pytorch-lightning)";
homepage = "https://lightning.ai/docs/torchmetrics/";
changelog = "https://github.com/Lightning-AI/torchmetrics/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [
SomeoneSerge