python3Packages.lerobot: 0.4.2 -> 0.4.3

Diff: https://github.com/huggingface/lerobot/compare/v0.4.2...v0.4.3

Changelog: https://github.com/huggingface/lerobot/releases/tag/v0.4.3
This commit is contained in:
Gaetan Lepage
2026-02-01 17:41:02 +01:00
committed by Martin Weinelt
parent f854a1dae8
commit 066074ea98
@@ -60,6 +60,7 @@ buildPythonPackage (finalAttrs: {
"datasets"
"draccus"
"gymnasium"
"huggingface-hub"
"rerun-sdk"
"torch"
"torchvision"
@@ -91,9 +92,7 @@ buildPythonPackage (finalAttrs: {
torchvision
wandb
]
++ imageio.optional-dependencies.ffmpeg
++ huggingface-hub.optional-dependencies.hf_transfer
++ huggingface-hub.optional-dependencies.cli;
++ imageio.optional-dependencies.ffmpeg;
pythonImportsCheck = [ "lerobot" ];