From 5c8439fd76f894aa332a227cbb8607b2f8bab6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:32:52 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Bump torchmetrics from 1.5.2 to 1.9.0 Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 1.5.2 to 1.9.0. - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v1.5.2...v1.9.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd8a037..6e0bc353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies_2024 = [ "pytorch-lightning==2.4.0", "scipy==1.14.1", "omegaconf==2.3.0", - "torchmetrics==1.5.2", + "torchmetrics==1.9.0", "einops==0.8.0", ]