We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box2d
box2d-py
1 parent 14cf0f7 commit 4bc5e6fCopy full SHA for 4bc5e6f
pyproject.toml
@@ -34,7 +34,7 @@ dynamic = ["version"]
34
[project.optional-dependencies]
35
# Update dependencies in `all` if any are added or removed
36
atari = ["ale_py >=0.9"]
37
-box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"]
+box2d = ["box2d ==2.3.10", "pygame >=2.1.3", "swig ==4.*"]
38
classic-control = ["pygame >=2.1.3"]
39
classic_control = ["pygame >=2.1.3"] # kept for backward compatibility
40
mujoco = ["mujoco >=2.1.5", "imageio >=2.14.1", "packaging >=23.0"]
@@ -61,7 +61,7 @@ all = [
61
# atari
62
"ale_py >=0.9",
63
# box2d
64
- "box2d-py ==2.3.5",
+ "box2d ==2.3.10",
65
"pygame >=2.1.3",
66
"swig ==4.*",
67
# classic-control
0 commit comments