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]"]