File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We recommend using [Anaconda](https://www.anaconda.com/) (or [Miniforge](https:/
6
6
Once you have installed one of the above, PyMC can be installed into a new conda environment as follows:
7
7
8
8
``` console
9
- conda create -c conda-forge -n pymc_env pymc
9
+ conda create -c conda-forge -n pymc_env " pymc>=4"
10
10
conda activate pymc_env
11
11
```
12
12
If you like, replace the name ` pymc_env ` with whatever environment name you prefer.
@@ -23,7 +23,7 @@ pip install numpyro
23
23
Similarly, to use BlackJAX for sampling it should be installed via ` pip ` :
24
24
25
25
``` console
26
- pip install jax jaxlib blackjax
26
+ pip install blackjax
27
27
```
28
28
29
29
Note that JAX is not directly supported on Windows systems at the moment.
You can’t perform that action at this time.
0 commit comments