From 066074ea98e37a101619629aa509217e65ce7da3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 26 Jan 2026 11:24:18 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/lerobot/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/lerobot/default.nix b/pkgs/development/python-modules/lerobot/default.nix index 675833d6ec06..0cfd75ad5c6b 100644 --- a/pkgs/development/python-modules/lerobot/default.nix +++ b/pkgs/development/python-modules/lerobot/default.nix @@ -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" ];