From 6e77a399a2cff2df30d75277aa1e6dc4c0c5843b Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Tue, 2 Jul 2024 21:59:56 +0200 Subject: [PATCH] Add dynamixel-sdk as extra --- poetry.lock | 3 ++- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 5c87a3fe..f39c13db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4354,6 +4354,7 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", aloha = ["gym-aloha"] dev = ["debugpy", "pre-commit"] dora = ["gym-dora"] +koch = ["dynamixel-sdk"] pusht = ["gym-pusht"] test = ["pytest", "pytest-cov", "pytest-mock"] umi = ["imagecodecs"] @@ -4363,4 +4364,4 @@ xarm = ["gym-xarm"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "c630f4de53b32deae37f469b747ce36dcccc183fedd03af7a1799d967f5ebdb3" +content-hash = "81dc830d3d36c67e2fe2aea6cc30829eb2977edbf49a037df21a5f329a01aee5" diff --git a/pyproject.toml b/pyproject.toml index edeb2dba..0385772d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ dev = ["pre-commit", "debugpy"] test = ["pytest", "pytest-cov", "pytest-mock"] umi = ["imagecodecs"] video_benchmark = ["scikit-image", "pandas"] +koch = ["dynamixel-sdk"] [tool.ruff] line-length = 110