Skip to content

Commit 8edb637

Browse files
committed
update the torch version constraint
1 parent 249b960 commit 8edb637

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,5 @@
6262
"scipy",
6363
"seaborn",
6464
"statsmodels",
65-
"torch>=0.4.1",
66-
"torch<=1.4.0",
67-
"torchvision"
65+
"torch>=0.4.1, <=1.4.0",
6866
])

0 commit comments

Comments
 (0)