Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 611 Bytes

PyMC binder sandbox

This repository is used to store the binder environment used to run the notebooks in https://docs.pymc.io/projects/examples/en/latest/ (hosted on this GitHub repo)

This freezes the dependencies at the time of each snapshot to ensure notebooks can always be executed on binder and accelerate loading the binder kernel for the notebooks.

Contributors

To update the requirements.txt use

pip-compile requirements.in --resolver=backtracking -U

which will generate the new requirements.txt. You'll need pip-tools installed