From 3729f20c0d4e535ead771cd7889988af2d96eef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:00:27 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.13.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/compare/v1.13.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-cpu.txt | 2 +- requirements-cuda.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 91f06ff0..2cae3a82 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cuda.txt if you update this -f https://download.pytorch.org/whl/cpu/torch_stable.html -torch==1.13.1+cpu +torch==2.13.0 torchaudio==0.13.1+cpu torchvision==0.14.1+cpu diff --git a/requirements-cuda.txt b/requirements-cuda.txt index a6d462b5..94854bad 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cpu.txt if you update this -torch==1.13.1 +torch==2.13.0 torchaudio==0.13.1 torchvision==0.14.1