Che237 commited on
Commit
8cf513a
·
verified ·
1 Parent(s): f64cd68

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # CyberForge ML Services - Hugging Face Space
2
- # Gradio 5.x + Python 3.13 compatible
3
 
4
  # Core ML
5
  scikit-learn>=1.5.0
@@ -7,8 +7,9 @@ pandas>=2.2.0
7
  numpy>=2.0.0
8
  joblib>=1.4.0
9
 
10
- # Gradio 5.x (Python 3.13 compatible)
11
- gradio>=5.9.0
 
12
 
13
  # HF Hub
14
  huggingface_hub>=0.25.0
 
1
  # CyberForge ML Services - Hugging Face Space
2
+ # Gradio 5.12+ with bug fixes for Python 3.13
3
 
4
  # Core ML
5
  scikit-learn>=1.5.0
 
7
  numpy>=2.0.0
8
  joblib>=1.4.0
9
 
10
+ # Gradio 5.12+ (fixed json_schema_to_python_type bug)
11
+ gradio>=5.12.0
12
+ gradio_client>=1.5.0
13
 
14
  # HF Hub
15
  huggingface_hub>=0.25.0