| # Agentic Reliability Framework v3.8.0 - Enhanced Demo |
| # Updated: 2024-12-29 (v3.8.0 release) |
| # OPTIMIZED for Hugging Face Spaces - No matplotlib/seaborn |
|
|
| # ===== Core Dependencies ===== |
| # Runtime & Configuration - Pydantic v2 with pydantic-settings |
| pydantic==2.6.1 |
| pydantic-settings==2.2.1 |
| typing-extensions==4.10.0 |
| python-dotenv==1.0.1 |
|
|
| # ===== Visualization ===== |
| plotly==5.19.0 |
| # REMOVED: matplotlib==3.8.2 # Causes compilation issues |
| # REMOVED: seaborn==0.13.2 # Causes compilation issues |
| pandas==2.1.4 |
| numpy==1.26.4 |
|
|
| # ===== UI Framework ===== |
| gradio==4.19.0 |
|
|
| # ===== Data Processing ===== |
| pyyaml==6.0.1 |
|
|
| # ===== Optional: Real ARF Integration ===== |
| # agentic-reliability-framework>=3.3.7 |
|
|
| # ===== Optional: Real RAG Memory ===== |
| # chromadb>=0.4.0 |
| # sentence-transformers>=2.2.0 |