Skip to content

Commit 075b0bb

Browse files
committed
update jax install
1 parent 7e829d7 commit 075b0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/ar1_bayes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In addition to what's included in base Anaconda, we need to install the followin
2121
```{code-cell} ipython3
2222
:tags: [no-execute, hide-output]
2323
24-
!pip install numpyro
24+
!pip install numpyro jax
2525
```
2626

2727
We'll begin with some Python imports.

0 commit comments

Comments
 (0)