From 509f32ae6d1e276029d321c0b54fa7b518f464c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:22:29 +0000 Subject: [PATCH] Update torch requirement from ~=2.5.1 to ~=2.6.0+cpu in /tests Updates the requirements on torch to permit the latest version. --- updated-dependencies: - dependency-name: torch 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 e77b48a9e38662..c21cc75c5c1eb0 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,4 +24,4 @@ kornia==0.7.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.6.0+cpu; platform_system == "Darwin" and platform_machine == "x86_64"