Skip to content

Commit

Permalink
Update torch requirement from <=2.3.1,>=2.0.1 to >=2.0.1,<=2.4.0 (#169)
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.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 6131e37 commit 669006d
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 @@ -29,7 +29,7 @@ dependencies = [
"presidio-anonymizer==2.2.354",
"regex==2024.5.15",
"tiktoken>=0.5,<0.8",
"torch>=2.0.1,<=2.3.1",
"torch>=2.0.1,<=2.4.0",
"transformers==4.41.2",
"structlog>=24",
"oldest-supported-numpy"
Expand Down

0 comments on commit 669006d

Please sign in to comment.