Skip to content

Commit

Permalink
GH-34: update torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik authored and tabergma committed Sep 20, 2018
1 parent 022f3f5 commit b14c01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==0.4.0
torch==0.4.1
awscli==1.14.32
gensim==3.4.0
typing==3.6.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages=find_packages(exclude='test'), # same as name
license='MIT',
install_requires=[
'torch==0.4.0',
'torch==0.4.1',
'awscli==1.14.32',
'gensim==3.4.0',
'typing==3.6.4',
Expand Down

0 comments on commit b14c01f

Please sign in to comment.