From a9302cd1d1379f34ee69df498ef777abe2bbf774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:54:20 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu117 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu117 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index bf27e61..fdb5aaa --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu117 numpy==1.24.3 scipy==1.11.1 -torch==1.13.1+cu117 +torch==2.2.0 matplotlib==3.7.1 dill==0.3.6 docopt==0.6.2