# ── Core dependencies ──────────────────────────────────────────────────────
pydantic>=2.4.0
PyYAML>=6.0.1

# ── Data processing ─────────────────────────────────────────────────────────
pandas>=2.0.0
numpy>=1.26.0
scipy>=1.11.0

# ── Parquet support (optional but recommended) ──────────────────────────────
# Uncomment the line you want; pyarrow is preferred.
pyarrow>=14.0.0
# fastparquet>=2023.10.1

# ── LLM integration (optional) ──────────────────────────────────────────────
# Only needed for 'generate-rules' and 'explain' features.
# Remove if you do not use AI features.
openai>=1.0.0
litellm>=1.0.0
