Skip to content

Commit

Permalink
Update torch requirement from ~=2.2.0 to ~=2.5.1+cpu in /tests
Browse files Browse the repository at this point in the history
Updates the requirements on torch to permit the latest version.

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 602f701 commit 3ddf34a
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 @@ -29,4 +29,4 @@ flax<=0.10.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.5.1+cpu; platform_system == "Darwin" and platform_machine == "x86_64"

0 comments on commit 3ddf34a

Please sign in to comment.