Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# ID Agents Production Requirements
|
| 2 |
-
# Updated: 2025-
|
| 3 |
# Python 3.12.7
|
| 4 |
|
| 5 |
-
# Core Framework - aligned with HF Spaces
|
| 6 |
gradio==4.20.0
|
| 7 |
|
| 8 |
# Core AI/ML
|
|
@@ -39,7 +39,8 @@ psutil>=5.9.0
|
|
| 39 |
pywin32>=306; platform_system == "Windows"
|
| 40 |
|
| 41 |
# Image generation fallback via Hugging Face
|
| 42 |
-
|
|
|
|
| 43 |
pillow>=10.0.0
|
| 44 |
|
| 45 |
# Optional: convert SVG to PNG locally
|
|
|
|
| 1 |
# ID Agents Production Requirements
|
| 2 |
+
# Updated: 2025-11-01
|
| 3 |
# Python 3.12.7
|
| 4 |
|
| 5 |
+
# Core Framework - aligned with HF Spaces (keep older Gradio)
|
| 6 |
gradio==4.20.0
|
| 7 |
|
| 8 |
# Core AI/ML
|
|
|
|
| 39 |
pywin32>=306; platform_system == "Windows"
|
| 40 |
|
| 41 |
# Image generation fallback via Hugging Face
|
| 42 |
+
# Workaround: pin to pre-1.0 to keep HfFolder available
|
| 43 |
+
huggingface_hub==0.25.2
|
| 44 |
pillow>=10.0.0
|
| 45 |
|
| 46 |
# Optional: convert SVG to PNG locally
|