From 71b5c8007eb9a96cfa9264e4919bf97c8692ad87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:54:04 +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 726ff5c..dda2ea3 100644 --- a/linux_requirements.txt +++ b/linux_requirements.txt @@ -5,7 +5,7 @@ h5py==3.8.0 gdown==4.7.1 pandas==2.0.2 --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 339b1c3..2ff8587 100644 --- a/windows_requirements.txt +++ b/windows_requirements.txt @@ -5,7 +5,7 @@ h5py==3.8.0 gdown==4.7.1 pandas==2.0.2 --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