From 96030388f1514fb04e91e2d3b7c44c210256e6e6 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:36:19 +0200 Subject: [PATCH] Update pyproject.toml (#84) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce79c86f..160f2b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] # Update dependencies in `all` if any are added or removed mario = ["nes-py", "gym-super-mario-bros"] minecart = ["scipy >=1.7.3 "] -mujoco = ["mujoco ==2.3.2", "imageio >=2.14.1"] +mujoco = ["mujoco >=2.2.0", "imageio >=2.14.1"] highway = ["highway-env >=1.8"] box2d = ["box2d-py ==2.3.5", "pygame ==2.1.3.dev8", "swig ==4.*"] all = [ @@ -47,7 +47,7 @@ all = [ "scipy >=1.7.3", # mujoco "imageio >=2.14.1", - "mujoco ==2.3.2", + "mujoco >=2.2.0", # highway "highway-env >= 1.8", # box2d