From ab49c71c229ed49d713fa2049535ffa1fa6dab85 Mon Sep 17 00:00:00 2001 From: Pepijn <138571049+pkooij@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:17:16 +0200 Subject: [PATCH] Update pyproject.toml Signed-off-by: Pepijn <138571049+pkooij@users.noreply.github.com> --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02e505365..63f295190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,7 +286,6 @@ all = [ "lerobot[xvla]", "lerobot[hilserl]", "lerobot[vla_jepa]", - "lerobot[eo1]", "lerobot[lingbot_va]", "lerobot[async]", "lerobot[dev]", @@ -380,7 +379,7 @@ ignore = [ "src/lerobot/scripts/convert_dataset_v21_to_v30.py" = ["E402"] "src/lerobot/policies/wall_x/**" = ["N801", "N812", "SIM102", "SIM108", "SIM210", "SIM211", "B006", "B007", "SIM118"] # Supprese these as they are coming from original Qwen2_5_vl code TODO(pepijn): refactor original # Vendored Wan2.2 / LingBot-VA model code uses tensor-dimension names (B, F, H, W) and `F` for -# torch.nn.functional; keep the upstream naming to make diffing against upstream tractable. +# torch.nn.functional. "src/lerobot/policies/lingbot_va/**" = ["N803", "N806", "N812", "SIM102"] [tool.ruff.lint.isort]