Skip to content

Commit

Permalink
Update torch requirement from <2.4.0 to <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@ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8db4a39 commit 714f2bc
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 @@ -47,7 +47,7 @@ dependencies = [
"setuptools",
"spacy",
"tensorflow>=2.13.0",
"torch<2.4.0",
"torch<2.5.0",
"transformers",
"google-cloud-vision",
"dash_bootstrap_components",
Expand Down

0 comments on commit 714f2bc

Please sign in to comment.