# MLXLMProbe Dependencies
# =======================

# -----------------------------
# Core Dependencies
# -----------------------------

# MLX framework for Apple Silicon
mlx>=0.5.0

# MLX language model utilities (handles model loading)
mlx-lm>=0.10.0

# HuggingFace Hub for model browsing
huggingface-hub>=0.20.0

# Array operations
numpy>=1.24.0

# -----------------------------
# Visualization & UI
# -----------------------------

# Web UI framework
streamlit>=1.28.0

# Interactive charts
plotly>=5.18.0

# Data manipulation
pandas>=2.0.0

# PCA visualization for embeddings
scikit-learn>=1.3.0

# -----------------------------
# Export
# -----------------------------

# PDF report generation
fpdf2>=2.7.0
