Che237 commited on
Commit
9fc95b3
·
verified ·
1 Parent(s): 744fa76

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
  # CyberForge ML Services - Hugging Face Space
2
- # Python 3.13 compatible - Updated 2026-01-31
3
-
4
- # Python 3.13 audioop replacement (removed in 3.13)
5
- pyaudioop>=0.0.4
6
 
7
  # Core ML
8
  scikit-learn>=1.5.0
@@ -10,9 +7,11 @@ pandas>=2.2.0
10
  numpy>=2.0.0
11
  joblib>=1.4.0
12
 
13
- # Gradio & HF Hub
14
- gradio==4.44.0
15
- huggingface_hub>=0.25.0,<0.30
 
 
16
 
17
  # Feature Engineering
18
  tldextract>=5.1.0
 
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
  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
15
 
16
  # Feature Engineering
17
  tldextract>=5.1.0