build(deps): update torch requirement

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.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-31 13:06:56 +00:00 committed by GitHub
parent fbeaea783c
commit da0615e63d
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.13.0',
'torch>=1.9.0,<1.14.0',
'transformers==4.22.2',
'datasets==2.6.1',
'pathos==0.2.8',