Skip to content

Commit 5264443

Browse files
jstacclaude
andcommitted
Remove JAX from pip install in Job Search III lecture
The JAX library is already included in the base environment and doesn't need to be explicitly installed, which was causing build failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7ef79a9 commit 5264443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_model_with_sep_markov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ libraries
4949
```{code-cell} ipython3
5050
:tags: [hide-output]
5151
52-
!pip install quantecon jax
52+
!pip install quantecon
5353
```
5454

5555
We use the following imports:

0 commit comments

Comments
 (0)