rill-ml 0.9.0

Lightweight, serializable online machine learning for Rust applications and streaming data.
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)
#
# Pin to compatible major versions. Bump deliberately and re-run CI before
# trusting a new major version with the release pipeline.

maturin>=1.7,<2.0
pytest>=8,<9