try to fix tests

This commit is contained in:
Phil Wang
2022-10-29 11:44:17 -07:00
parent cb6d749821
commit 59c8948c6a

View File

@@ -24,7 +24,9 @@ setup(
'pytest-runner',
],
tests_require=[
'pytest'
'pytest',
'torch==1.12.1',
'torchvision==0.13.1'
],
classifiers=[
'Development Status :: 4 - Beta',