Skip to content

Commit 509f32a

Browse files
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] <support@github.com>
1 parent 7da364d commit 509f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ kornia==0.7.0
2424

2525
--extra-index-url https://download.pytorch.org/whl/cpu
2626
torch~=2.5.1; platform_system != "Darwin" or platform_machine != "x86_64"
27-
torch~=2.2.0; platform_system == "Darwin" and platform_machine == "x86_64"
27+
torch~=2.6.0+cpu; platform_system == "Darwin" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)