Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Aug 30, 2018
1 parent 71a7cee commit 6de1bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow >= 1.6.0
tensorflow-gpu >= 1.6.0
tensorflow >= 1.7.0
tensorflow-gpu >= 1.7.0
tensorflow-probability >= 0.3.0
tensorflow-probability-gpu >= 0.3.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
'requests',
],
extras_require={
'tensorflow': ['tensorflow>=1.6.0'],
'tensorflow with gpu': ['tensorflow-gpu>=1.6.0']
'tensorflow': ['tensorflow>=1.7.0'],
'tensorflow with gpu': ['tensorflow-gpu>=1.7.0']
},
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6de1bce

Please sign in to comment.