From ee0fef4ba0c081c3c24d752671c129177dfd1bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:37:28 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 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/v2.6.0...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 1228b28..c5047bd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "zstandard==0.23.0", "pydantic-settings==2.8.1", "ray[serve]==2.44.0", - "torch==2.6.0", + "torch==2.7.1", "torchvision==0.21.0", "torchaudio==2.6.0", "transformers==4.50.0",