John-jero commited on
Commit
c91e242
·
verified ·
1 Parent(s): 9749d94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # ID Agents Production Requirements
2
- # Updated: 2025-08-27
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
- huggingface_hub>=0.25.0
 
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