From cc040205be7e2cba866265c34c37893ce975b044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:43:44 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.7.0,>=0.10.0 to >=0.10.0,<1.9.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/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v0.10.0...v1.8.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.8.0 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..7de39607 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.9.0 tensorboard >2.2.0, !=2.5.0 protobuf >=3.20.0, <5.30.0 pytorch-tabnet ==4.1