Commit 9ae872e
committed
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 available1 parent ffc8b59 commit 9ae872e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
0 commit comments