Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Mar 1, 2018
1 parent 74be58c commit 93fc836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edward/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.3.5'
__version__ = '2.0.0'
VERSION = __version__
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
install_requires=['numpy>=1.7',
'six>=1.10.0'],
extras_require={
'tensorflow': ['tensorflow>=1.2.0rc0'],
'tensorflow with gpu': ['tensorflow-gpu>=1.2.0rc0'],
'tensorflow': ['tensorflow>=1.6.0'],
'tensorflow with gpu': ['tensorflow-gpu>=1.6.0'],
'datasets': ['observations>=0.1.2'],
'notebooks': ['jupyter>=1.0.0'],
'visualization': ['matplotlib>=1.3',
Expand Down

0 comments on commit 93fc836

Please sign in to comment.