Last active
December 21, 2021 12:36
-
-
Save tommylees112/e5ab6bc194527cdfca16d84ce8377546 to your computer and use it in GitHub Desktop.
Environment for working with PyMC 3.11.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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