From efde17bd8720ca41b6e642b24cd680165bffe075 Mon Sep 17 00:00:00 2001 From: wty-yy <993660140@qq.com> Date: Wed, 3 Jun 2026 20:45:52 +0800 Subject: [PATCH] Update setup.py; freeze mujoco and dm_control version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b49479c..6dd8658 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup( "torch", # Refer: https://pytorch.org/get-started/locally/ "numpy==1.20.0", "pillow==9.0.0", - "mujoco>=3.0.0", - "dm_control>=1.0.14", + "mujoco==3.2.3", + "dm_control==1.0.23", "scipy", "matplotlib==3.6.3", "tqdm",