# PyMC probe image: pymc.
# Tag: panproto-test-pymc
FROM python:3.12-slim

RUN pip install --no-cache-dir \
    pymc==6.1.0 \
    pytensor==3.1.3 \
    numpy==2.4.6 \
    scipy==1.18.0

ENTRYPOINT ["python"]
