# Python build/test toolchain for RillML.
#
# Used by:
# - .github/workflows/pipeline.yml (python-build CI job)
# - .github/workflows/pipeline.yml (publish-python release job)
#
# Exact versions are used by both CI and release. Bump deliberately and
# re-run the full release matrix before changing either tool.
maturin==1.14.1
pytest==8.4.2