From 36d57d93a13dfa2ec49f19d185ca38bdc710609c Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:03:59 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81c1f74b..98e3083c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] dependencies = [ - "mujoco>=2.2.0, <3.2.0", + "mujoco>=2.2.0", "numpy>=1.21.0", "gymnasium>=1.0.0", "PettingZoo>=1.23.0",