From 279a5a75ca3df849be7c2dc7781749cc6faf851b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:20:36 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 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/compare/v1.13.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1444ed4..cdbb6c76 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ VERSION = '0.5.4' install_requires = [ - "torch==1.13.1", + "torch==2.7.1", 'numpy<=1.23.5', 'ipython<=8.12', # python 3.8 vs ipython 8.13 incompatibility 'tqdm>=4.55.0',