From 4f0bd19a9239bef552bf6edafcdfb8cd6c15905e Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Tue, 27 Jan 2026 10:51:19 -0800 Subject: [PATCH] Update pyproject.toml support python 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b7f1dd..ddcc9eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] license = {text = "Apache-2.0"} readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.10" dependencies = [ "numpy>=1.26.4", "huggingface_hub[cli]>=0.23.0",