From 6ebd2df13fa1848a83005dad59a090eda163c11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 06:02:26 +0000 Subject: [PATCH] Update torchmetrics requirement in /_requirements 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.7.0...v1.0.1) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/default.txt b/_requirements/default.txt index 913834f..3a058b4 100644 --- a/_requirements/default.txt +++ b/_requirements/default.txt @@ -4,4 +4,4 @@ ipython[notebook]>=8.0.0, <8.15.0 urllib3 # for ipython torch>=1.8.1, <2.1.0 pytorch-lightning>=1.4, <2.1.0 -torchmetrics>=0.7, <0.12 +torchmetrics>=0.7, <1.1