Updated mujoco to 2.2.0 from 2.1.5 (#2835)

This commit is contained in:
Mark Towers
2022-05-24 23:08:57 +01:00
committed by GitHub
parent 2eca1199a4
commit f2c3f73f3a

View File

@@ -16,7 +16,7 @@ extras = {
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"], "box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
"classic_control": ["pygame==2.1.0"], "classic_control": ["pygame==2.1.0"],
"mujoco_py": ["mujoco_py<2.2,>=2.1"], "mujoco_py": ["mujoco_py<2.2,>=2.1"],
"mujoco": ["mujoco==2.1.5", "imageio>=2.14.1"], "mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
"toy_text": ["pygame==2.1.0", "scipy>=1.4.1"], "toy_text": ["pygame==2.1.0", "scipy>=1.4.1"],
"other": ["lz4>=3.1.0", "opencv-python>=3.0", "matplotlib>=3.0"], "other": ["lz4>=3.1.0", "opencv-python>=3.0", "matplotlib>=3.0"],
} }