From 37fa335d85d919de5a609f946ac030f68a211e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:56:26 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.5.0,>=0.10.0 to >=0.10.0,<1.6.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.5.1) --- 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 6f5cc796..6f23a333 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.5.0 +torchmetrics >=0.10.0, <1.6.0 tensorboard >2.2.0, !=2.5.0 protobuf >=3.20.0, <5.29.0 pytorch-tabnet ==4.1