From 84ce8dbf64291f0c19914e306d15f2cf29f2143e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:52:17 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 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/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch 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 7fa2469..61749d5 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -37,6 +37,6 @@ six==1.11.0 snuggs==1.4.2 tifffile==2018.11.28 toolz==0.9.0 -torch==1.13.1 +torch==2.2.0 urllib3==1.26.18 utm==0.4.2