Installation
Development install
Clone the repository and install dependencies with Poetry:
poetry install
Run tests:
poetry run pytest
Build the source distribution and wheel:
poetry build
Dependencies
Runtime dependencies are intentionally small:
NumPy
Development dependencies include:
pytest
pytest-cov
scikit-image
Sphinx and documentation extensions
scikit-image is used for integration tests and examples that need image
warping or noise generation. It is not required by the core runtime API.