From f54f318b3cadb571560b4ac186f76b66d4e763d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:20:54 +0000 Subject: [PATCH] Update torchmetrics requirement from <1.4.1,>=1.0 to >=1.0,<1.5.3 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/v1.0.0...v1.5.2) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 243853959b..44b3e5a104 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def package_files(prefix: str, directory: str, extension: str): install_requires = [ 'pyyaml>=6.0,<7', 'tqdm>=4.62.3,<5', - 'torchmetrics>=1.0,<1.4.1', + 'torchmetrics>=1.0,<1.5.3', 'torch_optimizer>=0.3.0,<0.4', 'torchvision>=0.18.0,<0.20.2', 'torch>=2.3.0,<2.5.2',