From 0d6413917c57d7f418ffb1b3620185fbb47f1543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:21:40 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.6.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.5.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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 ec3ee68..15e4a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ emoji protobuf==3.20.* --extra-index-url https://download.pytorch.org/whl/cpu torch==2.5.1+cpu; sys_platform != "darwin" and platform_machine != "aarch64" -torch==2.5.1; sys_platform == "darwin" or platform_machine == "aarch64" +torch==2.6.0; sys_platform == "darwin" or platform_machine == "aarch64" transformers==4.46.2