From fdb6daaded0aa68023f0b54f35f19d31e69828eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:48:33 +0000 Subject: [PATCH] build(deps): bump torchmetrics from 0.8.2 to 1.4.0.post0 Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 0.8.2 to 1.4.0.post0. - [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.8.2...v1.4.0.post0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83cc79a..6c818b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ imageio[ffmpeg] imageio[pyav] # correction CNN training requirements -torchmetrics==0.8.2 # DO NOT change version here, otherwise it will break the training (complaints about Accuracy()) +torchmetrics==1.4.0.post0 # DO NOT change version here, otherwise it will break the training (complaints about Accuracy()) # labelme2coco requirements below sahi>=0.8.19