Skip to content

Commit

Permalink
Update torch requirement from <2.3.0,>=2.2.0 to >=2.2.0,<2.4.0
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@v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 7827df4 commit ffc7c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=2.2.0,<2.3.0
torch>=2.2.0,<2.4.0
einops>=0.7.0,<0.8.0
memory-profiler
bitsandbytes>=0.41.3.post2,<0.42.0
Expand Down

0 comments on commit ffc7c91

Please sign in to comment.