| # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized | |
| # Python 3.12 compatible - No Rust compilation | |
| # ===== Core Dependencies ===== | |
| # Runtime & Configuration - Pydantic v1 (pure Python, no Rust) | |
| pydantic>=1.10.13,<2.0.0 | |
| pydantic-settings>=1.0.0,<2.0.0 # Changed from ==1.0.0 to allow newer versions | |
| typing-extensions>=4.7.0 | |
| python-dotenv==1.0.1 | |
| # ===== Visualization ===== | |
| plotly==5.19.0 | |
| numpy==1.26.4 | |
| # ===== UI Framework ===== | |
| gradio==4.19.0 | |
| # ===== Data Processing ===== | |
| pyyaml==6.0.1 |