From 63bf962594c91ce3dbc31deb0dd4f69626ae93a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:05:55 +0000 Subject: [PATCH] Bump torch from 2.3.1+cpu to 2.6.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1+cpu 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/commits/v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/translate-cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/translate-cpu.txt b/requirements/translate-cpu.txt index df3e089b3d..8ef3d71249 100644 --- a/requirements/translate-cpu.txt +++ b/requirements/translate-cpu.txt @@ -2,5 +2,5 @@ # Only install the CPU version of torch when available (linux) --find-links https://download.pytorch.org/whl/cpu/torch_stable.html -torch==2.3.1+cpu +torch==2.6.0 argostranslate==1.9.6