From f8a92a7acddca305400db1da1e11acabd23d0103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:52:31 +0000 Subject: [PATCH] chore(deps): Bump torch from 2.5.1 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 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..d53fdd5 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.8.0 torchvision==0.20.1 tqdm==4.67.1 typing_extensions==4.14.0