Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Gradio dependencies
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
gradio-client>=0.10.0
|
| 4 |
+
|
| 5 |
+
# Data processing and visualization
|
| 6 |
+
pandas>=2.0.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
plotly>=5.15.0
|
| 9 |
+
|
| 10 |
+
# HTTP requests and API
|
| 11 |
+
requests>=2.31.0
|
| 12 |
+
|
| 13 |
+
# JSON handling
|
| 14 |
+
jsonschema>=4.17.0
|
| 15 |
+
|
| 16 |
+
# Hugging Face integration
|
| 17 |
+
datasets>=2.14.0
|
| 18 |
+
huggingface-hub>=0.16.0
|
| 19 |
+
|
| 20 |
+
# Environment and configuration
|
| 21 |
+
python-dotenv>=1.0.0
|
| 22 |
+
|
| 23 |
+
# Optional: for better performance
|
| 24 |
+
matplotlib>=3.7.0
|