Skip to content

Commit

Permalink
[pyproject.toml] Add optional dependencies for benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Dec 27, 2024
1 parent abf0139 commit 38104c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ real-xarm7 = [
"xArm-Python-SDK",
"pyrealsense2",
]
benchmarks = [
"ruamel.yaml",
"python-pptx",
"imageio[ffmpeg]",
"imageio[pyav]",
"ffmpeg-python",
]

[tool.setuptools.packages.find]
include = ["robo_manip_baselines", "robo_manip_baselines.*"]

0 comments on commit 38104c7

Please sign in to comment.