From c799861388570e42adfa5d899c9a496c248cb14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:09:19 +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.2.0) --- 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..0e66bab 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.3