From 8e9a3beab9545b60e8444f498edca4f6709d6652 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:26:40 +0300 Subject: [PATCH] limit `mujoco<3.0` (#187) * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * typo fix * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6877bbae..2a5aea19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] dependencies = [ - "mujoco>=2.3.3", + "mujoco>=2.3.3, <3.0", "numpy>=1.21.0", "gymnasium>=0.26", "PettingZoo>=1.23.0",