From bd9356ff2cfe440ef7a81f2fdadbfde4299e037e Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:21:07 +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 b050bcb7..bf35cf4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] dependencies = [ - "mujoco>=2.2.0, <=3.1.6", + "mujoco>=2.2.0, <=3.2.0", "numpy>=1.21.0", "gymnasium>=1.0.0a2", "PettingZoo>=1.23.0",