Installation

pip install (PyPI)

Once released on PyPI you can install with:

pip install bauer

And then add the optional extras you need:

pip install "bauer[docs]"    # sphinx / nbsphinx for documentation
pip install "bauer[dev]"     # flake8 / pytest for development

Install from source (development)

git clone https://github.com/ruffgroup/bauer
cd bauer
pip install -e ".[docs,dev]"

Runtime dependencies

The core package requires:

  • pymc >= 5

  • pytensor

  • pandas

  • numpy

  • patsy

  • arviz

  • scipy

  • seaborn

  • matplotlib

Building the documentation additionally requires sphinx, nbsphinx, nbconvert, and nbformat.