-
-
Notifications
You must be signed in to change notification settings - Fork 4
⬆️ Upgrade build software and dependencies #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Upgrade anaconda to 2025.12 - Upgrade quantecon-book-theme to 0.15.1 - Add jupyter-book version constraint (<2.0) - Configure Dependabot for conda ecosystem with jupyter-book restriction - Add nb_merge_streams and path_to_docs to _config.yml - Temporarily disable build cache for full execution check
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…precated JAX API, fix undefined variable - Add 'import matplotlib as mpl' to 7 files that use mpl.font_manager - Fix docstring indentation in ogm.py (7 spaces -> 8 spaces) - Update deprecated jax.lib.xla_bridge to jax.extend.backend in back_prop.md - Fix undefined variable '失败者列表' -> 'loser_list' in house_auction.md
Build Error FixesFixed all 14 build errors across 11 files: 1. Missing
|
Python version should be constrained by the anaconda distribution version specified in environment.yml, not updated independently by dependabot.
Summary
Upgrades build software and dependencies to align with lecture-python-intro.
Changes
environment.yml
.github/dependabot.yml
.github/workflows/ci.yml
lectures/_config.yml
Reference