Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active December 21, 2021 12:36
Show Gist options
  • Save tommylees112/e5ab6bc194527cdfca16d84ce8377546 to your computer and use it in GitHub Desktop.
Save tommylees112/e5ab6bc194527cdfca16d84ce8377546 to your computer and use it in GitHub Desktop.
Environment for working with PyMC 3.11.2
conda create -n pymc --yes
conda activate pymc
conda install -c conda-forge pymc3=3.11.2 --yes
conda install -c conda-forge jax arviz numpyro matplotlib seaborn jupyterlab ipython pip ruamel.yaml netcdf4 statsmodels scikit-learn black mypy --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment