Skip to content

Commit

Permalink
build(deps): update torch requirement
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/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.9.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 8103ad2 commit 04865c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
url="https://github.com/stanford-oval/genienlp",
install_requires=[
'numpy>=1.14.5',
'torch>=1.9.0,<1.14.0',
'torch>=1.9.0,<2.1.0',
'transformers==4.22.2',
'datasets==2.9.0',
'pathos==0.2.8',
Expand Down

0 comments on commit 04865c0

Please sign in to comment.