From de00cea29452ce9520ce7a61448689a9064d0c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:03:40 +0000 Subject: [PATCH] Bump torch from 2.8.0 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 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/v2.8.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f16c1be..e31f741 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==2.1.2 scipy==1.14 scikit-learn matplotlib -torch==2.8.0 +torch==2.13.0 torchvision==0.23.0 networkx tqdm diff --git a/setup.py b/setup.py index 0536836..e6afccd 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'numpy==2.1.2', 'scipy==1.14', 'matplotlib', - 'torch==2.8.0', + 'torch==2.13.0', 'torchvision==0.23.0', 'scikit-learn', 'networkx',