mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
fix box2d-py float
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ from version import VERSION
|
||||
# Environment-specific dependencies.
|
||||
extras = {
|
||||
"atari": ["atari-py==0.2.6", "opencv-python>=3."],
|
||||
"box2d": ["box2d-py~=2.3.5", "pyglet>=1.4.0"],
|
||||
"box2d": ["box2d-py==2.3.5", "pyglet>=1.4.0"],
|
||||
"classic_control": ["pyglet>=1.4.0"],
|
||||
"mujoco": ["mujoco_py>=1.50, <2.0"],
|
||||
"robotics": ["mujoco_py>=1.50, <2.0"],
|
||||
|
Reference in New Issue
Block a user