Skip to content

Commit

Permalink
Update torch requirement from <2.1.0 to <2.4.0 (#193)
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/0a9dbbbaadb86039ba17c1a11990f8a5e518ac06...v2.3.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 May 31, 2024
1 parent dd18490 commit 9202f51
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.1.0",
"torch<2.4.0",
"transformers",
"google-cloud-vision",
"dash_bootstrap_components",
Expand Down

0 comments on commit 9202f51

Please sign in to comment.