Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
# requirements.txt - OPTIMIZED FOR HUGGING FACE SPACES
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
-
gradio>=4.19.0
|
| 4 |
plotly>=5.19.0
|
| 5 |
pandas>=2.0.0
|
| 6 |
numpy>=1.26.4
|
|
@@ -8,4 +11,6 @@ pydantic>=2.0.0
|
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
python-dotenv>=1.0.1
|
| 10 |
pyyaml>=6.0.1
|
| 11 |
-
|
|
|
|
|
|
|
|
|
| 1 |
# requirements.txt - OPTIMIZED FOR HUGGING FACE SPACES
|
| 2 |
+
gradio==6.2.0
|
| 3 |
+
uvicorn==0.23.2 # CRITICAL: Downgrade to fix loop_factory error
|
| 4 |
+
fastapi==0.104.1
|
| 5 |
+
nest_asyncio==1.6.0
|
| 6 |
agentic-reliability-framework>=3.3.9
|
|
|
|
| 7 |
plotly>=5.19.0
|
| 8 |
pandas>=2.0.0
|
| 9 |
numpy>=1.26.4
|
|
|
|
| 11 |
typing-extensions>=4.7.0
|
| 12 |
python-dotenv>=1.0.1
|
| 13 |
pyyaml>=6.0.1
|
| 14 |
+
websockets>=10.4
|
| 15 |
+
aiofiles>=22.0
|
| 16 |
+
httpx>=0.24.0
|