From 05cb3e6e8a98303d02b53ad8f1a638d5f41fa4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:42:19 +0000 Subject: [PATCH] Bump torchmetrics from 0.11.1 to 1.0.0 Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 0.11.1 to 1.0.0. - [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.1...v1.0.0) --- 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 ba5a442..d5f9b5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # --------- pytorch --------- # pytorch-lightning==1.9.2 torch==1.13.1 -torchmetrics==0.11.1 +torchmetrics==1.0.0 torchvision==0.14.1 # --------- hydra --------- #