From 0a7e4c9c6ce76c7eacc8850d0eef376646bf609e Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Fri, 9 Feb 2024 12:32:01 +0100 Subject: [PATCH] next brax version try --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d19673cc..fd711596 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read_file(filepath: str) -> str: "gymnasium[box2d]>=0.27.1", ], "brax": [ - "brax==0.9.1", + "brax==0.9.3", "protobuf>=3.17.3", "mujoco==3.0.1" ],