Browse Source

fix lerobot requirements

pull/1041/head
haixuantao 6 months ago
parent
commit
aecbefc923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-dataset-record/pyproject.toml

+ 1
- 1
node-hub/dora-dataset-record/pyproject.toml View File

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



Loading…
Cancel
Save