From 847775c3cdf9a319e5b04fddacfb29a96d52947a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 02:51:51 +0000 Subject: [PATCH] chore(deps): Bump torch from 2.5.1 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.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/v2.5.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wmt_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmt_requirements.txt b/wmt_requirements.txt index 29a8c03..a113ec3 100644 --- a/wmt_requirements.txt +++ b/wmt_requirements.txt @@ -48,7 +48,7 @@ six==1.17.0 sympy==1.13.1 termcolor==2.5.0 tifffile==2025.6.11 -torch==2.5.1 +torch==2.7.1 torchvision==0.20.1 tqdm==4.67.1 typing_extensions==4.14.0