fix(hf hub dependency): adding ceiling version on huggingface_hub (#1608)

This commit is contained in:
Caroline Pascal
2025-07-28 11:09:18 +02:00
committed by GitHub
parent dacd1d7f5c
commit f089ab3628

View File

@@ -61,7 +61,7 @@ dependencies = [
# Hugging Face dependencies
"datasets>=2.19.0,<=3.6.0", # TODO: Bumb dependency
"diffusers>=0.27.2",
"huggingface-hub[hf-transfer,cli]>=0.27.1",
"huggingface-hub[hf-transfer,cli]>=0.27.1,<0.34.0",
# Core dependencies
"cmake>=3.29.0.1",