These instructions install the selected release: metbit 1.6.0.
Installing metbit 1.6.0
Use an isolated Python environment so scientific dependencies remain reproducible.
Install from PyPI
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install "metbit==1.6.0"Verify the installation
python -c "import metbit; print(metbit.__version__)"Import the public API
from metbit import (
pca,
opls_da,
)Historical compatibility
Old releases may require older Python or dependency versions. The generated API pages describe the selected tag, but they do not change the runtime constraints of that historical package.