Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AllenDowney
GitHub Repository: AllenDowney/bayesian-analysis-recipes
Path: blob/master/environment.yml
409 views
1
name: bayesian-analysis-recipes # for Bayesian analysis
2
channels:
3
- conda-forge
4
dependencies:
5
- python=3.8
6
# Data Science Stack
7
- pymc3=3.8
8
- mkl-service
9
- theano
10
- arviz
11
- missingno
12
- pygpu
13
- scikit-learn
14
- matplotlib
15
- numpy
16
- pandas
17
- scipy
18
- seaborn
19
- pyjanitor
20
# Jupyter
21
- jupyter
22
- jupyterlab
23
- ipykernel
24
- nbstripout
25
- rise
26
- jupytext
27
# Other
28
- pip
29
- pre-commit
30
- glances
31
- pyprojroot
32
- pip:
33
- jax
34
- jaxlib
35
- -e git+https://github.com/pymc-devs/pymc4.git#egg=pymc4
36
# - tfp-nightly
37
- mkdocs
38
- mkdocs-minify-plugin
39
- pymdown-extensions
40
- mkdocs-material
41
- mknotebooks
42
43