From 68b4c7fc76110333de0f24ccc77665352b2a1422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:42:53 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu113 to 2.4.0 in /patchscopes/code Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu113 to 2.4.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.4.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..b3813c51 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.4.0 pandas==2.0.3 numpy==1.25.2 datasets==2.14.7