From 629c589541af3686e2bdb5f25502607da238ef72 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:40:02 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77784ab1..12fb458e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] dependencies = [ - "mujoco>=2.2.0", + "mujoco>=2.2.0, <3.2.0", "numpy>=1.21.0", "gymnasium>=1.0.0a2", "PettingZoo>=1.23.0",