From 34c9bcda754cbc28ca2ffbb76deaf856798b002e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:27:07 +0000 Subject: [PATCH] Bump torch from 2.0.0 to 2.2.0 in /CRITIC Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CRITIC/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRITIC/requirements.txt b/CRITIC/requirements.txt index fbdae18..2a9d199 100644 --- a/CRITIC/requirements.txt +++ b/CRITIC/requirements.txt @@ -7,5 +7,5 @@ PyYAML==6.0 Requests==2.31.0 scikit_learn==1.2.1 sympy==1.11.1 -torch==2.0.0 +torch==2.2.0 tqdm==4.64.1 \ No newline at end of file