From aecbefc9232ba5c72566a096dfe57530ca652752 Mon Sep 17 00:00:00 2001 From: haixuantao Date: Tue, 15 Jul 2025 13:56:59 +0200 Subject: [PATCH] fix lerobot requirements --- node-hub/dora-dataset-record/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-hub/dora-dataset-record/pyproject.toml b/node-hub/dora-dataset-record/pyproject.toml index 487e8539..bbfc8476 100644 --- a/node-hub/dora-dataset-record/pyproject.toml +++ b/node-hub/dora-dataset-record/pyproject.toml @@ -5,7 +5,7 @@ authors = [{ name = "Shashwat Patil", email = "email@email.com" }] description = "dora-dataset-record" license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = ["dora-rs >= 0.3.9", "pyarrow", "lerobot[train]"]