Skip to content

Commit

Permalink
fix(setup.py): Broaden the supported pytorch versions to handle jetson
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Feb 20, 2021
1 parent 1c9dfe2 commit e94a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def run(self):
long_description=long_description,
ext_modules=ext_modules,
install_requires=[
'torch==1.7.1',
'torch>=1.7.0,<1.8.0',
],
setup_requires=[],
cmdclass={
Expand Down

0 comments on commit e94a040

Please sign in to comment.