Bump huggingface_hub upper bound <2.0 (#151)

This commit is contained in:
Lucain
2025-09-19 16:56:30 +02:00
committed by GitHub
parent 055a953552
commit 2a14472e4c

View File

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