From 515c9b0e3860d9c81a20ae8029b7c336b40be96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:41:38 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu113 to 2.2.0 in /patchscopes/code Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu113 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] --- patchscopes/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchscopes/code/requirements.txt b/patchscopes/code/requirements.txt index 6d79f91c..71f891cf 100644 --- a/patchscopes/code/requirements.txt +++ b/patchscopes/code/requirements.txt @@ -1,5 +1,5 @@ # Python 3.10.13 -torch==1.12.1+cu113 +torch==2.2.0 pandas==2.0.3 numpy==1.25.2 datasets==2.14.7