Skip to content

Commit e94a040

Browse files
committed
fix(setup.py): Broaden the supported pytorch versions to handle jetson
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 1c9dfe2 commit e94a040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def run(self):
204204
long_description=long_description,
205205
ext_modules=ext_modules,
206206
install_requires=[
207-
'torch==1.7.1',
207+
'torch>=1.7.0,<1.8.0',
208208
],
209209
setup_requires=[],
210210
cmdclass={

0 commit comments

Comments
 (0)