Skip to content

Commit

Permalink
try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 29, 2022
1 parent cb6d749 commit 59c8948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
'pytest-runner',
],
tests_require=[
'pytest'
'pytest',
'torch==1.12.1',
'torchvision==0.13.1'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 59c8948

Please sign in to comment.