diff --git a/README.md b/README.md index 47515649d..f9e12decc 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ If you use Jumanji in your work, please cite the library using: and Nathan Grinsztajn and Thomas D. Barrett and Alexandre Laterre}, title = {Jumanji: Industry-Driven Hardware-Accelerated RL Environments}, url = {https://github.com/instadeepai/jumanji}, - version = {0.1.4}, + version = {0.1.5}, year = {2022}, } ``` diff --git a/requirements/requirements.txt b/requirements/requirements.txt index cb03bf265..4fbf42e89 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -brax>=0.0.10 +brax @ git+https://github.com/google/brax chex>=0.1.3 dm-env>=1.5 gym>=0.22.0 diff --git a/setup.py b/setup.py index fda6461d1..3b9713e2a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools from setuptools import setup -__version__ = "0.1.4" +__version__ = "0.1.5" _CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))