File size: 612 Bytes
8f95d15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
# 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