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:
parent
984d66a5f4
commit
06fdb8879c
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setuptools.setup(
|
||||||
url="https://github.com/stanford-oval/genienlp",
|
url="https://github.com/stanford-oval/genienlp",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy>=1.14.5',
|
'numpy>=1.14.5',
|
||||||
'torch>=1.9.0,<1.12.0',
|
'torch>=1.9.0,<1.13.0',
|
||||||
'transformers==4.20.1',
|
'transformers==4.20.1',
|
||||||
'datasets==2.3.2',
|
'datasets==2.3.2',
|
||||||
'pathos==0.2.8',
|
'pathos==0.2.8',
|
||||||
|
|
Loading…
Reference in New Issue