petter2025's picture
Create requirements.txt
8f95d15 verified
raw
history blame
612 Bytes
# Core ARF 3.3.9 Dependencies
agentic-reliability-framework>=3.3.9
# Web Framework
gradio>=4.0.0
streamlit>=1.28.0 # Alternative interface
# Data Processing & Visualization
pandas>=2.0.0
numpy>=1.24.0
plotly>=5.17.0
# Utilities
python-dateutil>=2.8.2
pydantic>=2.0.0
typing-extensions>=4.8.0
ujson>=5.8.0
# Mock/Simulation
faker>=20.0.0 # For generating realistic demo data
# Hugging Face Spaces specific
huggingface-hub>=0.20.0
# Optional: For enhanced visualizations
pillow>=10.0.0
matplotlib>=3.7.0
# Development dependencies (not needed for production demo)
pytest>=7.4.0
black>=23.0.0
isort>=5.12.0