Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +24 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,25 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
gradio>=4.0.0
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core MCP and async dependencies
|
| 2 |
+
mcp>=1.0.0
|
| 3 |
+
asyncio-mqtt>=0.16.0
|
| 4 |
+
|
| 5 |
+
# Data analysis and financial data
|
| 6 |
+
yfinance>=0.2.20
|
| 7 |
+
pandas>=2.0.0
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
+
|
| 10 |
+
# Web interface
|
| 11 |
gradio>=4.0.0
|
| 12 |
+
|
| 13 |
+
# Visualization
|
| 14 |
+
plotly>=5.17.0
|
| 15 |
+
|
| 16 |
+
# Additional utilities
|
| 17 |
+
python-dateutil>=2.8.0
|
| 18 |
+
pytz>=2023.3
|
| 19 |
+
|
| 20 |
+
# Optional: For better performance
|
| 21 |
+
aiohttp>=3.8.0
|
| 22 |
+
requests>=2.31.0
|
| 23 |
+
|
| 24 |
+
# System dependencies (handled by HF Spaces automatically)
|
| 25 |
+
# python>=3.8
|