From 4bbe20db1a745b9f1d3dac1f4782f3b57fd9ed67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:56:23 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.7.0,>=0.10.0 to >=0.10.0,<1.8.0 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/v1.7.2/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v0.10.0...v1.7.2) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b3938235..36cac370 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ pandas >=1.1.5 scikit-learn >=1.3.0 pytorch-lightning >=2.0.0, <2.5.0 omegaconf >=2.3.0 -torchmetrics >=0.10.0, <1.7.0 +torchmetrics >=0.10.0, <1.8.0 tensorboard >2.2.0, !=2.5.0 protobuf >=3.20.0, <5.30.0 pytorch-tabnet ==4.1