Commit 1f84150
Pin quantecon_book_networks==1.6 to unblock input_output + networks
quantecon_book_networks 1.6 migrates off the removed `pkg_resources`
module to the stdlib `importlib.resources`, so the package imports again
on the anaconda 2026.06 stack (and remains compatible with 2025.12).
This unblocks the input_output and networks lectures, whose execution
aborted with `ModuleNotFoundError: No module named 'pkg_resources'` under
the 2026.06 upgrade. Picks up the upstream fix from
QuantEcon/quantecon_book_networks#21.
Addresses cause 2 of #775.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c1e7c63 commit 1f84150
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments