Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit a07485f

Browse files
aslanidescopybara-github
authored andcommitted
Relax versioning constraints for tf/tfp, bump patch version to 0.3.5.
PiperOrigin-RevId: 358134728 Change-Id: Iba086222e5c97d8e6410097b38668a3935c923dc
1 parent 5116216 commit a07485f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bsuite/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
a time when bsuite's dependencies may not have been installed yet.
2121
"""
2222

23-
__version__ = '0.3.4'
23+
__version__ = '0.3.5'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
baselines_require = [
2626
'dm-sonnet',
2727
'dm-tree',
28-
'tensorflow == 2.1',
29-
'tensorflow_probability >= 0.8, < 0.9',
28+
'tensorflow',
29+
'tensorflow_probability',
3030
'trfl',
3131
'tqdm',
3232
]

0 commit comments

Comments
 (0)