# ENTRO-ENGINE Core Requirements
# Entropy Flow Regulator for Coupled Systems

# Builds on ENTROPIA (E-LAB-01): 10.5281/zenodo.19416737
# Builds on ENTRO-AI (E-LAB-02): 10.5281/zenodo.19284086
# Builds on ENTRO-CORE (E-LAB-03): 10.5281/zenodo.19431029

# Numerical Computing
numpy>=1.24.0
scipy>=1.10.0
pandas>=2.0.0

# Visualization (optional)
matplotlib>=3.7.0
plotly>=5.14.0

# CLI & Configuration
click>=8.1.0
pyyaml>=6.0
tqdm>=4.65.0

# Web Framework (for dashboard)
fastapi>=0.104.0
uvicorn>=0.24.0

# Data Validation
pydantic>=2.0.0

# HTTP Client
httpx>=0.25.0
