From e15d2b89b0cc83734da479d8e50de056c378a7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 22:45:12 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu113 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu113 to 2.7.1. - [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.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d5df8e..eaa36e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ google-auth fsspec cvxopt==1.2.7 cvxpy -torch==1.12.1+cu113 +torch==2.7.1 torchvision==0.13.1+cu113 torchaudio==0.12.1 \ No newline at end of file