From c2b638d867e45a9fb784223dbf5668a6e41b1225 Mon Sep 17 00:00:00 2001 From: Wauplin Date: Fri, 19 Sep 2025 15:22:25 +0200 Subject: [PATCH] Bump huggingface_hub upper bound <2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d499de..7f1f8f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { text = "Apache-2.0" } readme = "README.md" requires-python = ">= 3.9" dependencies = [ - "huggingface_hub>=0.26.0,<1.0", + "huggingface_hub>=0.26.0,<2.0", "packaging>=20.0", "pyyaml>=6", "tomli>=2.0; python_version<'3.11'",