Skip to content

Commit 7548bc2

Browse files
minor: Match optional dependencies with compatible frameworks
See the corresponding table in the readme.
1 parent c18cf66 commit 7548bc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ keywords = ["robot", "description", "urdf", "mjcf"]
3333

3434
[project.optional-dependencies]
3535
opts = [
36-
"pin >=2.6.10",
3736
"idyntree >= 8.0.0",
37+
"mujoco >=3.2.0",
38+
"pin >=2.6.10",
39+
"pybullet >=3.2.6",
3840
"robomeshcat >=1.0.4",
3941
"yourdfpy >=0.0.56",
4042
]

0 commit comments

Comments
 (0)