From 33d7fab5a11e4da39002479147ca8018091a052a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:41:45 +0000 Subject: [PATCH] Update torchmetrics requirement from <0.11.5,>=0.11.0 to >=1.8.2,<1.8.3 Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version. - [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/v0.11.0...v1.8.2) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ff1955f..d3943905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pytorch-lightning>=1.8.0, <1.9.5 Pillow>=9.0, <10.1.1 tabulate>=0.9.0, <0.9.1 tensorboardX>=2.5.0, <2.6.3 -torchmetrics>=0.11.0, <0.11.5 +torchmetrics>=1.8.2, <1.8.3 torchvision>=0.13.0, <0.16.2 deepspeed>=0.9.0, <0.12.5 datasets>=2.9.0, <2.15.1