Skip to content

Commit 837662e

Browse files
authored
Remove upper constraint for torchvision version (#1980)
1 parent 3665248 commit 837662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'tensorflow>=1.14',
2828
'tensorflow-probability>=0.11.0',
2929
'torch>=1.0.0,!=1.5.0',
30-
'torchvision>=0.2.1,<0.6.0',
30+
'torchvision>=0.2.1',
3131
]
3232

3333
# Dependencies for optional features

0 commit comments

Comments
 (0)