Skip to content

Commit

Permalink
Update torch requirement from <2.4.0,>=2.3.1 to >=2.3.1,<2.5.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.3.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent 989cd45 commit 5920689
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 = [
"scipy>=1.8.1",
"sentence-transformers>=3.0.0,<3.1.0",
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.4.0",
"torch>=2.3.1,<2.5.0",
"tqdm>=4.65.0",
"transformers>=4.38.0,<4.44.0",
"peft==0.6.0",
Expand Down

0 comments on commit 5920689

Please sign in to comment.