From fe4e163a50762eda879b221f352969971e480814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:10:47 +0000 Subject: [PATCH] Bump torch from 1.11.0+cpu to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0+cpu 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/commits/v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 3eff4e4..a48e1c2 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -2,7 +2,7 @@ --find-links https://data.pyg.org/whl/torch-1.11.0+cpu.html Rtree==0.9.7 -torch==1.11.0+cpu +torch==2.2.0 torchvision==0.12.0+cpu torchaudio==0.11.0+cpu torch-scatter