Skip to content

Commit a2fa041

Browse files
committed
requires torch v0.4.1
1 parent 07eeef4 commit a2fa041

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
@@ -56,7 +56,7 @@ def run(self):
5656
install_requires=[
5757
"numpy",
5858
"scipy",
59-
"torch >= 0.4.0",
59+
"torch >= 0.4.1",
6060
],
6161
extras_require={
6262
"train": [

0 commit comments

Comments
 (0)