Skip to content

Commit 607602b

Browse files
authored
Add swig as a Box2D dependency (#3009)
1 parent dce35df commit 607602b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: py.Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN apt-get -y update \
1313
xvfb \
1414
patchelf \
1515
ffmpeg cmake \
16-
swig \
1716
&& apt-get autoremove -y \
1817
&& apt-get clean \
1918
&& rm -rf /var/lib/apt/lists/* \

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
extras = {
1616
"atari": ["ale-py~=0.7.5"],
1717
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
18-
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
18+
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
1919
"classic_control": ["pygame==2.1.0"],
2020
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
2121
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],

0 commit comments

Comments
 (0)