Browse Source

Fix python version in policy inference

pull/1041/head
haixuantao 6 months ago
parent
commit
541d5f31d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-policy-inference/pyproject.toml

+ 1
- 1
node-hub/dora-policy-inference/pyproject.toml View File

@@ -5,7 +5,7 @@ authors = [{ name = "Shashwat Patil", email = "email@email.com" }]
description = "dora-policy-inference"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"

dependencies = ["dora-rs >= 0.3.9", "pyarrow", "lerobot"]



Loading…
Cancel
Save