rill-ml 1.5.0

RillML adaptive intelligence core library — lightweight, serializable online machine learning for native and edge applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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