From 43a7750825cf0c6fe9dce9ce1449f62439aaeafa Mon Sep 17 00:00:00 2001 From: yuchen-x Date: Mon, 15 Sep 2025 18:25:26 +0800 Subject: [PATCH] update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 045cc5b..e08d9e6 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = { text = "BSD-3-Clause" } authors = [ {name="Unitree Embodied AI R&D Team", email="rd_xyc@unitree.com" } ] -requires-python = "==3.10.14" +requires-python = "==3.10.18" dependencies = [ "decord==0.6.0", "einops==0.8.0",