Commit a554925
authored
⬆️ Upgrade build software and dependencies (#274)
* ⬆️ Upgrade build software and dependencies
- 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
- Temporarily disable build cache for full execution check
* Update collab.yml to use current package versions matching environment.yml
- jupyter-book: 0.15.1 -> >=1.0.4post1,<2.0
- sphinx-exercise: 0.4.1 -> 1.2.1 (fixes exercise_style config warning)
- quantecon-book-theme: 0.7.1 -> 0.15.1
- sphinx-tojupyter: 0.3.0 -> 0.6.0
- sphinxext-rediraffe: 0.2.7 -> 0.3.0
- sphinxcontrib-youtube: 1.1.0 -> 1.4.1
- sphinx-togglebutton: 0.3.1 -> 0.3.2
- Added sphinx-proof 0.3.0, sphinx-reredirects 1.0.0
- Removed docutils==0.17.1, arviz==0.13.0 (not in environment.yml)
* Fix pip install command in collab.yml - remove escaped < character
* ⬆️ Configure dependabot to ignore Python version updates
Python version should be constrained by the anaconda distribution version
specified in environment.yml, not updated independently by dependabot.
* Fix dependabot python ignore rule to include versions constraint
* Re-enable build cache in CI workflow1 parent c390704 commit a554925
3 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments