Skip to content

Commit 08a15c8

Browse files
committed
REVERT: install jax from Pip
1 parent d244a13 commit 08a15c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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=0.3.2 jaxlib
19+
!pip install --upgrade jax jaxlib
2020
!conda install -y -c plotly plotly plotly-orca retrying
2121
```
2222

lectures/opt_transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ several implementations of linear programming, including, in order,
4444
```{code-cell} ipython3
4545
:tags: [hide-output]
4646
!pip install --upgrade quantecon
47-
!pip install --upgrade POT
47+
!pip install --upgrade POT jax jaxlib
4848
```
4949

5050
Let's start with some imports.

0 commit comments

Comments
 (0)