Commit 9ca0dca
Bump anaconda from 2025.06 to 2025.12 (#673)
* Bump anaconda from 2025.06 to 2025.12
Bumps anaconda from 2025.06 to 2025.12.
---
updated-dependencies:
- dependency-name: anaconda
dependency-version: '2025.12'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Temporarily disable build cache for full execution check
* Pin sympy to 1.13.3 to avoid 1.14.0 bug
- SymPy 1.14.0 (bundled with Anaconda 2025.12) has a regression causing
OverflowError in solve() for symbolic differentiation
- Bug occurs in solow.md when solving c.diff() due to factorint issue
with large mpz integers trying to convert to float
- Pinning to 1.13.3 which works correctly with Python 3.13
- Added TODO to check for SymPy 1.14.1+ when available
* Re-enable build cache in CI
Re-enabled the _build folder download step now that SymPy 1.13.3
pinning has been applied to fix the execution failure.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt McKay <mmcky@users.noreply.github.com>1 parent f7b2f8f commit 9ca0dca
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
0 commit comments