Skip to content

Commit d244a13

Browse files
committed
pin jax>=0.3.2
1 parent c9c02a5 commit d244a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/back_prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kernelspec:
1616
```{code-cell} ipython3
1717
:tags: [hide-output]
1818
19-
!conda install -y -c conda-forge jax jaxlib
19+
!conda install -y -c conda-forge jax=0.3.2 jaxlib
2020
!conda install -y -c plotly plotly plotly-orca retrying
2121
```
2222

0 commit comments

Comments
 (0)