Skip to content

Commit

Permalink
Add rddl2tf as a dependency in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopbueno committed Sep 11, 2018
1 parent de570c2 commit e069556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -2,6 +2,7 @@ matplotlib>=2.0.2
numpy==1.14.2
pyrddl>=0.1.0
rddlgym>=0.2.8
rddl2tf>=0.2.0
Sphinx==1.7.6
tensorflow==1.5.0
tensorflow-tensorboard==1.5.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -41,6 +41,7 @@ def read(filename):
'matplotlib',
'numpy',
'rddlgym',
'rddl2tf',
'tensorflow',
'tensorflow-tensorboard',
'typing'
Expand Down
4 changes: 2 additions & 2 deletions tfrddlsim/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.6.7'
__release__ = 'v0.6.7-alpha'
__version__ = '0.6.8'
__release__ = 'v0.6.8-alpha'

0 comments on commit e069556

Please sign in to comment.