#!/bin/bash
# Install mortie from the released PyPI wheel (pinned) so the example notebooks
# import a known-good build. The pin is bumped by the release workflow (issue #67);
# no Rust toolchain or maturin source build runs on binder.
set -euo pipefail
python -m pip install mortie==0.8.2
