From 5148a6f439e3b217f2c9925588a891ffccaf5683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 03:15:20 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.8.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 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.2.2...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 74f44f15..9cd47973 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,7 +6,7 @@ pandas==2.2.3 numpy<2 # test: tolerate_version # torch 2.5.1 not available on darwin-x86_64: torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64' -torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64' # test: ignore +torch==2.8.0; sys_platform == 'darwin' and platform_machine == 'x86_64' # test: ignore tqdm==4.67.1 numba==0.60.0 psutil==6.1.0