mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 14:10:30 +00:00
Add swig as a Box2D dependency (#3009)
This commit is contained in:
@@ -13,7 +13,6 @@ RUN apt-get -y update \
|
||||
xvfb \
|
||||
patchelf \
|
||||
ffmpeg cmake \
|
||||
swig \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
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