From 30665c67afb565df02ca5dcf601d950f40274666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:55:16 +0000 Subject: [PATCH] build(deps-dev): bump torch from 2.10.0 to 2.11.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.10.0 to 2.11.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.10.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6ba9b6f84..2f8f86a713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ pin_tensorflow_gpu = [ pin_pytorch_cpu = [ # https://github.com/pytorch/pytorch/issues/114602 # macos x86 has been deprecated - "torch==2.10.0; platform_machine!='x86_64' or platform_system != 'Darwin'", + "torch==2.11.0; platform_machine!='x86_64' or platform_system != 'Darwin'", "torch; platform_machine=='x86_64' and platform_system == 'Darwin'", ] pin_pytorch_gpu = [