Relax huggingface_hub pin to <1.0 to satisfy transformers 4.55-4.57
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,10 @@
|
|
| 3 |
|
| 4 |
gradio>=6.17.3
|
| 5 |
spaces>=0.30.0
|
| 6 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
| 7 |
pydantic>=2.7
|
| 8 |
websockets>=14.0
|
| 9 |
fastapi
|
|
|
|
| 3 |
|
| 4 |
gradio>=6.17.3
|
| 5 |
spaces>=0.30.0
|
| 6 |
+
# huggingface_hub: pinned <1.0 because transformers 4.55-4.57 (our pin below
|
| 7 |
+
# to match the MiniCPM bundled modeling code) requires huggingface_hub<1.0.
|
| 8 |
+
# That window also satisfies gradio's <2.0,>=0.33.5 requirement.
|
| 9 |
+
huggingface_hub>=0.34.0,<1.0
|
| 10 |
pydantic>=2.7
|
| 11 |
websockets>=14.0
|
| 12 |
fastapi
|