From 285b4c96bca4b9cb42edfb3a15590bfe876cb83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:05:47 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu117 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu117 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfd1e1..68d0e21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ scipy>1.5.1 protobuf>=3.12.0 regex ftfy -torch==1.13.1+cu117 +torch==2.8.0 -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.1+cu117 -f https://download.pytorch.org/whl/cu113/torch_stable.html