Commit f8e8866
committed
Fix minimum version bounds for SciMLBase and DiffEqBase
Updated minimum version bounds:
- SciMLBase: 2.92 → 2.128
- DiffEqBase: 6.122 → 6.186
Root cause: LinearSolve 3.53+ requires SciMLBase >= 2.128.0 (per registry
Compat.toml). The old SciMLBase 2.92 minimum was incompatible with the
LinearSolve 3 requirement, causing precompilation errors like:
`UndefVarError: 'value' not defined in 'SciMLBase'`
DiffEqBase was also bumped to 6.186 to ensure compatibility with
SciMLBase 2.128+ and to include the `determine_event_occurrence`
function required by the codebase.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 7649e4c commit f8e8866
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments