| # requirements.txt - UPDATED for Gradio 6.5.1 compatibility |
|
|
| # Core ARF - REAL OSS Implementation |
| agentic-reliability-framework>=3.3.9 |
|
|
| # Web Framework - Using Gradio 6.5.1 (as required by build) |
| gradio[oauth,mcp]==6.5.1 |
|
|
| # API Framework - Updated to version compatible with Gradio 6.5.1 |
| fastapi>=0.115.2,<1.0 # Gradio 6.5.1 requires fastapi >=0.115.2 |
| uvicorn[standard]>=0.24.0 |
| pydantic>=2.5.0 |
| python-multipart>=0.0.9 |
|
|
| # Data Processing & Visualization |
| pandas>=2.0.0 |
| numpy>=1.24.0 |
|
|
| # Mathematical Sophistication |
| scipy>=1.11.0 |
|
|
| # Utilities |
| python-dateutil>=2.8.2 |
| typing-extensions>=4.8.0 |
|
|
| # For Hugging Face Spaces |
| huggingface-hub>=0.20.0 |