jieluo1024 commited on
Commit ·
e88d082
1
Parent(s): 4345562
fix: update huggingface-hub to >=0.33.5 for Gradio 6.12.0 compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ torch>=2.1,<3.0
|
|
| 8 |
|
| 9 |
# --- Third-party runtime deps -------------------------------------------
|
| 10 |
gradio>=5.12.0,<7.0
|
| 11 |
-
huggingface-hub>=0.
|
| 12 |
pymupdf>=1.24
|
| 13 |
xgboost>=2.0
|
| 14 |
scikit-learn>=1.3
|
|
|
|
| 8 |
|
| 9 |
# --- Third-party runtime deps -------------------------------------------
|
| 10 |
gradio>=5.12.0,<7.0
|
| 11 |
+
huggingface-hub>=0.33.5,<2.0
|
| 12 |
pymupdf>=1.24
|
| 13 |
xgboost>=2.0
|
| 14 |
scikit-learn>=1.3
|