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'",