Skip to content

Commit

Permalink
add pytorch 1.0.0 as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Dec 10, 2018
1 parent bc95625 commit 3ee14c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_version(*file_paths):


requirements = [
'torch==0.4.1.post2',
'torch==1.0.0',
]


Expand Down

0 comments on commit 3ee14c8

Please sign in to comment.