Skip to content

Commit

Permalink
Relax versioning constraints for tf/tfp, bump patch version to 0.3.5.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 358134728
Change-Id: Iba086222e5c97d8e6410097b38668a3935c923dc
  • Loading branch information
aslanides authored and copybara-github committed Feb 18, 2021
1 parent 5116216 commit a07485f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bsuite/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
a time when bsuite's dependencies may not have been installed yet.
"""

__version__ = '0.3.4'
__version__ = '0.3.5'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
baselines_require = [
'dm-sonnet',
'dm-tree',
'tensorflow == 2.1',
'tensorflow_probability >= 0.8, < 0.9',
'tensorflow',
'tensorflow_probability',
'trfl',
'tqdm',
]
Expand Down

0 comments on commit a07485f

Please sign in to comment.