From b40877c55d16b3ba27c5173c37766d5f12adf10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:37:30 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.6.0,>=0.10.0 to >=0.10.0,<1.7.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.6.0) --- updated-dependencies: - dependency-name: torchmetrics 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 db660230..ce30aff1 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.6.0 +torchmetrics >=0.10.0, <1.7.0 tensorboard >2.2.0, !=2.5.0 protobuf >=3.20.0, <5.30.0 pytorch-tabnet ==4.1