File size: 780 Bytes
107e412 814eac6 6e28def 077a552 814eac6 6e28def c4a244e 107e412 6e28def 0111257 6e28def | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized # Compatible with Python 3.12 # ===== Core Dependencies ===== # Runtime & Configuration - Pydantic v2 with pydantic-settings pydantic>=2.0.0,<2.6.0 pydantic-settings>=2.0.0,<2.3.0 typing-extensions>=4.7.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 # REMOVED: pandas==2.1.4 # Fails on Python 3.13 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 |