Skip to content

Commit 7ef79a9

Browse files
jstacclaude
andcommitted
Remove JAX from pip install in Job Search II 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 b941636 commit 7ef79a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_model_with_separation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3434
```{code-cell} ipython3
3535
:tags: [hide-output]
3636
37-
!pip install quantecon jax
37+
!pip install quantecon
3838
```
3939

4040
## Overview

0 commit comments

Comments
 (0)