Skip to content

Commit 36a1d1e

Browse files
aslanidescopybara-github
authored andcommitted
Bump version again (incorrect tag was used before) and use PyPI's rlax.
PiperOrigin-RevId: 334553236 Change-Id: I88eca16269fabf975dd0c8f7ccd8a8c2374b78c9
1 parent 87d07d7 commit 36a1d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3'
23+
__version__ = '0.3.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'jax',
4141
'jaxlib',
4242
'optax',
43-
'rlax @ git+git://github.com/deepmind/rlax.git#egg=rlax',
43+
'rlax',
4444
'tqdm',
4545
]
4646

0 commit comments

Comments
 (0)