Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update torch requirement from ~=2.2.0 to ~=2.5.1+cpu in /tests #231

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update torch requirement from ~=2.2.0 to ~=2.5.1+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>
dependabot[bot] authored Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit eb91c58864056f42fb9eca9ead6714e6c562881e
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
@@ -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"