From 1cd0fa1d15f540110a5f69cbb1dc27a3bce8d2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 05:23:01 +0000 Subject: [PATCH] Bump torchmetrics from 0.11.1 to 1.0.1 Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 0.11.1 to 1.0.1. - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/v1.0.1/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v0.11.1...v1.0.1) --- 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 4644779d..3b365c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ai2-tango[torch,transformers,fairscale,beaker,wandb]>=1.1 # Uncomment the following if you do. #beaker-py @ git+https://github.com/allenai/beaker-py.git@main -torchmetrics==0.11.1 +torchmetrics==1.0.1 more_itertools spacy>=3.0.0 wget