Skip to content

Commit

Permalink
minor: Match optional dependencies with compatible frameworks
Browse files Browse the repository at this point in the history
See the corresponding table in the readme.
  • Loading branch information
stephane-caron committed Aug 2, 2024
1 parent c18cf66 commit 7548bc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ keywords = ["robot", "description", "urdf", "mjcf"]

[project.optional-dependencies]
opts = [
"pin >=2.6.10",
"idyntree >= 8.0.0",
"mujoco >=3.2.0",
"pin >=2.6.10",
"pybullet >=3.2.6",
"robomeshcat >=1.0.4",
"yourdfpy >=0.0.56",
]
Expand Down

0 comments on commit 7548bc2

Please sign in to comment.