Update pyproject.toml

support python 3.10
This commit is contained in:
Yichen Zhou
2026-01-27 10:51:19 -08:00
committed by GitHub
parent 6bd8044275
commit 4f0bd19a92
+1 -1
View File
@@ -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",