Skip to content

Commit 59c8948

Browse files
committed
try to fix tests
1 parent cb6d749 commit 59c8948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
'pytest-runner',
2525
],
2626
tests_require=[
27-
'pytest'
27+
'pytest',
28+
'torch==1.12.1',
29+
'torchvision==0.13.1'
2830
],
2931
classifiers=[
3032
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)