Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
# CyberForge ML Services - Hugging Face Space
|
| 2 |
-
# Python 3.13 compatible
|
| 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
|
| 14 |
-
gradio
|
| 15 |
-
|
|
|
|
|
|
|
| 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
|