From f380359d2e5e6a7a46760277f09f06d1bf0553a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:36:22 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu113 to 2.8.0 in /patchscopes/code Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu113 to 2.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 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..ad972f39 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.8.0 pandas==2.0.3 numpy==1.25.2 datasets==2.14.7