mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 03:59:42 +00:00
Merge branch 'main' into feat/language-columns
Resolved conflicts: - docs/source/_toctree.yml: keep language_and_recipes + tools (PR) and video_encoding_parameters (main); drop dataset_subtask, removed by this PR - src/lerobot/configs/__init__.py: keep both load_recipe (PR) and the VideoEncoderConfig exports (main) in __all__ - uv.lock: regenerated via 'uv lock' against the merged pyproject.toml
This commit is contained in:
@@ -22,7 +22,7 @@ from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("grpc")
|
||||
pytest.importorskip("datasets", reason="datasets is required (install lerobot[dataset])")
|
||||
|
||||
from lerobot.utils.process import ProcessSignalHandler # noqa: E402
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ from collections.abc import Callable
|
||||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("grpc")
|
||||
pytest.importorskip("datasets", reason="datasets is required (install lerobot[dataset])")
|
||||
|
||||
import torch # noqa: E402
|
||||
|
||||
Reference in New Issue
Block a user