From 386571d392e8bb1e3bba29a36a367fdceb6e727c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:54:22 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu116 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu116 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] --- linux_requirements.txt | 2 +- windows_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux_requirements.txt b/linux_requirements.txt index b7d6b65..d00e52a 100644 --- a/linux_requirements.txt +++ b/linux_requirements.txt @@ -9,7 +9,7 @@ tabulate==0.9.0 tqdm==4.65.0 gdown==4.7.1 --extra-index-url https://download.pytorch.org/whl/cu116 -torch==1.13.1+cu116 +torch==2.2.0 torchvision==0.14.1+cu116 torchaudio==0.13.1 -f https://data.pyg.org/whl/torch-1.13.0+cu116.html diff --git a/windows_requirements.txt b/windows_requirements.txt index 580a2fc..99f5e52 100644 --- a/windows_requirements.txt +++ b/windows_requirements.txt @@ -9,7 +9,7 @@ tabulate==0.9.0 tqdm==4.65.0 gdown==4.7.1 --extra-index-url https://download.pytorch.org/whl/cu116 -torch==1.13.1+cu116 +torch==2.2.0 torchvision==0.14.1+cu116 torchaudio==0.13.1 -f https://data.pyg.org/whl/torch-1.13.0+cu116.html