From 541d5f31d80c76b3935e444cf52d4f0e6b4d7051 Mon Sep 17 00:00:00 2001 From: haixuantao Date: Tue, 15 Jul 2025 15:26:28 +0200 Subject: [PATCH] Fix python version in policy inference --- node-hub/dora-policy-inference/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-hub/dora-policy-inference/pyproject.toml b/node-hub/dora-policy-inference/pyproject.toml index 242d6e07..7f62fc86 100644 --- a/node-hub/dora-policy-inference/pyproject.toml +++ b/node-hub/dora-policy-inference/pyproject.toml @@ -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"]