fix box2d-py float

This commit is contained in:
J K Terry
2021-09-09 17:19:15 -04:00
committed by GitHub
parent b1b0086134
commit 9045cdf4cf

View File

@@ -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"],