From 2254bb8b7813b8d40da6d3bc5b5f00094f8051ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:31:02 +0000 Subject: [PATCH] build(deps-dev): update torch requirement from ~=2.8.0 to >=2.8,<2.10 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.8.0...v2.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ad5101c01..c87c69506c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ pin_tensorflow_gpu = [ pin_pytorch_cpu = [ # https://github.com/pytorch/pytorch/issues/114602 # macos x86 has been deprecated - "torch~=2.8.0; platform_machine!='x86_64' or platform_system != 'Darwin'", + "torch>=2.8,<2.10; platform_machine!='x86_64' or platform_system != 'Darwin'", "torch; platform_machine=='x86_64' and platform_system == 'Darwin'", ] pin_pytorch_gpu = [