build(deps): update torch requirement (#277)

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](https://github.com/pytorch/pytorch/compare/v1.9.0...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-05 09:28:09 -07:00 committed by GitHub
parent 984d66a5f4
commit 06fdb8879c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ setuptools.setup(
url="https://github.com/stanford-oval/genienlp",
install_requires=[
'numpy>=1.14.5',
'torch>=1.9.0,<1.12.0',
'torch>=1.9.0,<1.13.0',
'transformers==4.20.1',
'datasets==2.3.2',
'pathos==0.2.8',