From 75e264c0bea76d215e78cc2e255b254bb1abe27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:10:29 +0000 Subject: [PATCH] Update torchmetrics requirement from <0.11.5,>=0.11.0 to >=0.11.0,<1.4.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/v0.11.0...v1.4.2) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ff1955f..16ca7fc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pytorch-lightning>=1.8.0, <1.9.5 Pillow>=9.0, <10.1.1 tabulate>=0.9.0, <0.9.1 tensorboardX>=2.5.0, <2.6.3 -torchmetrics>=0.11.0, <0.11.5 +torchmetrics>=0.11.0, <1.4.3 torchvision>=0.13.0, <0.16.2 deepspeed>=0.9.0, <0.12.5 datasets>=2.9.0, <2.15.1