Skip to content

Commit 4bc5e6f

Browse files
Change box2d requirements from box2d-py to box2d (#1474)
1 parent 14cf0f7 commit 4bc5e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434
[project.optional-dependencies]
3535
# Update dependencies in `all` if any are added or removed
3636
atari = ["ale_py >=0.9"]
37-
box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"]
37+
box2d = ["box2d ==2.3.10", "pygame >=2.1.3", "swig ==4.*"]
3838
classic-control = ["pygame >=2.1.3"]
3939
classic_control = ["pygame >=2.1.3"] # kept for backward compatibility
4040
mujoco = ["mujoco >=2.1.5", "imageio >=2.14.1", "packaging >=23.0"]
@@ -61,7 +61,7 @@ all = [
6161
# atari
6262
"ale_py >=0.9",
6363
# box2d
64-
"box2d-py ==2.3.5",
64+
"box2d ==2.3.10",
6565
"pygame >=2.1.3",
6666
"swig ==4.*",
6767
# classic-control

0 commit comments

Comments
 (0)