Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
|
|
| 1 |
# Core ARF - REAL OSS Implementation
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
|
| 4 |
-
# Web Framework -
|
| 5 |
-
gradio==
|
| 6 |
|
| 7 |
# API Framework - FastAPI for Replit Frontend Integration
|
| 8 |
fastapi==0.104.1
|
| 9 |
uvicorn==0.24.0
|
| 10 |
pydantic==2.5.0
|
| 11 |
-
python-multipart>=0.0.9
|
| 12 |
|
| 13 |
# Data Processing & Visualization
|
| 14 |
pandas>=2.0.0
|
| 15 |
numpy>=1.24.0
|
| 16 |
|
| 17 |
# Mathematical Sophistication
|
| 18 |
-
scipy>=1.11.0
|
| 19 |
|
| 20 |
# Utilities
|
| 21 |
python-dateutil>=2.8.2
|
|
|
|
| 1 |
+
# requirements.txt - UPDATED to match build command
|
| 2 |
# Core ARF - REAL OSS Implementation
|
| 3 |
agentic-reliability-framework>=3.3.9
|
| 4 |
|
| 5 |
+
# Web Framework - Use the version build expects
|
| 6 |
+
gradio[oauth,mcp]==6.5.1
|
| 7 |
|
| 8 |
# API Framework - FastAPI for Replit Frontend Integration
|
| 9 |
fastapi==0.104.1
|
| 10 |
uvicorn==0.24.0
|
| 11 |
pydantic==2.5.0
|
| 12 |
+
python-multipart>=0.0.9
|
| 13 |
|
| 14 |
# Data Processing & Visualization
|
| 15 |
pandas>=2.0.0
|
| 16 |
numpy>=1.24.0
|
| 17 |
|
| 18 |
# Mathematical Sophistication
|
| 19 |
+
scipy>=1.11.0
|
| 20 |
|
| 21 |
# Utilities
|
| 22 |
python-dateutil>=2.8.2
|