Skip to content

Commit

Permalink
Update torch requirement from ~=2.4.1 to ~=2.5.1 in /tests
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 27780a6 commit f5e60cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ easyocr==1.7.2

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

0 comments on commit f5e60cc

Please sign in to comment.