petter2025's picture
Update requirements.txt
86a6aeb verified
raw
history blame
627 Bytes
# Agentic Reliability Framework v3.3.6 - OSS Edition
# Hugging Face Live Demo Dependencies
# Updated: 2024-12-29 (v3.3.6 release)
# ARF OSS Framework (REAL PACKAGE)
agentic-reliability-framework==3.3.6
# Core runtime
pydantic>=2.0.0
typing-extensions>=4.8
# Visualization
plotly>=5.18.0
matplotlib>=3.7.0
seaborn>=0.12.0
# Data / reasoning
numpy>=1.24.0
pandas>=2.0.0
# RAG + similarity (Used by ARF)
faiss-cpu>=1.7.0
# Transport / IO
httpx>=0.25.0
requests>=2.31.0
# Reliability primitives
circuitbreaker>=1.4.0
atomicwrites>=1.4.0
# OSS demo / local UI
gradio>=4.19.0
# Demo utilities
python-dotenv>=1.0.0
uuid>=1.30