Che237 commited on
Commit
f89b059
·
verified ·
1 Parent(s): 2e4843b

Upload requirements.txt with huggingface_hub

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