Skip to content

Commit

Permalink
Update torch requirement from <2.3,>=1.13 to >=1.13,<2.5 in /tests
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.13.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 89f302f commit 1ef9a10
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 @@ networkx<=3.3
keras>=2.0.0,<3.0.0

--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.13,<2.3
torch>=1.13,<2.5

0 comments on commit 1ef9a10

Please sign in to comment.