Skip to content

Instantly share code, notes, and snippets.

@ericmjl
Created January 20, 2019 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericmjl/7b915fa7326c7f5939d84cfd4cc8cd04 to your computer and use it in GitHub Desktop.
Save ericmjl/7b915fa7326c7f5939d84cfd4cc8cd04 to your computer and use it in GitHub Desktop.
PyMC4 dev environment spec for conda
name: pymc4-dev
channels:
- defaults
- conda-forge
- ericmjl
dependencies:
- python=3.6
- jupyter
- jupyterlab
- conda
- scipy
- pymc3
- pytest
- pytest-cov
- pylint
- black
- pydocstyle
- pycodestyle
- pip:
- tf-nightly
- tfp-nightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment