From 4fe78f02d0b40b740d70b1bbc0c7953fde8945b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:12:31 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.0,>=0.9 to >=0.9,<2.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.9.0...v1.0.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6f082e..84854fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "sacremoses", "sentencepiece", "tensorboardx", - "torchmetrics >= 0.9, < 1.0", + "torchmetrics >= 0.9, < 2.0", "tokenizers >= 0.10, < 0.14", "tomli", "torch >= 1.12.0, < 2.1.0",