Skip to content

Commit

Permalink
Update torch requirement from <2.3,>=2.0 to >=2.0,<2.4
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.0.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent 01ac89d commit 28b73e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"torchmetrics >= 0.9, < 2.0",
"tokenizers >= 0.10, < 0.20",
"tomli",
"torch >= 2.0, < 2.3",
"torch >= 2.0, < 2.4",
"transformers >= 4.19.0, < 5.0.0, != 4.23.0, != 4.23.1",
]

Expand Down

0 comments on commit 28b73e0

Please sign in to comment.