FROM python:3.13-slim
RUN pip install --no-cache-dir \
    pandas numpy matplotlib seaborn scipy scikit-learn \
    requests httpx openpyxl xlsxwriter \
    beautifulsoup4 lxml Pillow \
    pyyaml toml jsonlines
WORKDIR /workspace
