From 17ff6cce00bf246f968ab10df26236c18d85ff4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:08:18 +0000 Subject: [PATCH] Update torch requirement from ~=2.5.1 to ~=2.9.0+cpu in /tests Updates the requirements on torch to permit the latest version. --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.0+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index ae5f6a90d430eb..8eb5219f48e427 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,4 +24,4 @@ kornia==0.8.0 --extra-index-url https://download.pytorch.org/whl/cpu torch~=2.5.1; platform_system != "Darwin" or platform_machine != "x86_64" -torch~=2.2.0; platform_system == "Darwin" and platform_machine == "x86_64" +torch~=2.9.0+cpu; platform_system == "Darwin" and platform_machine == "x86_64"