mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 13:28:50 +00:00
Add swig as a Box2D dependency (#3009)
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ with open("gym/version.py") as file:
|
||||
extras = {
|
||||
"atari": ["ale-py~=0.7.5"],
|
||||
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
|
||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
|
||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
|
||||
"classic_control": ["pygame==2.1.0"],
|
||||
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
|
||||
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
|
||||
|
Reference in New Issue
Block a user