Commit cbe71b6
committed
Fix v7 ecosystem compat gap: widen DiffEqBase to allow v7
`DiffEqBase = "6.189.1"` was capped at v6, causing the resolver to
pick the v6 ecosystem (DiffEqBase v6, SciMLBase v2) and fail at
`LateBindingUpdateU0PContext` in MTKBase precompile.
Changed `DiffEqBase = "6.189.1"` → `"6.189.1, 7"` so the resolver
can pick DiffEqBase v7.0.0, which pulls SciMLBase v3.6.0 and the
full v7 SciML ecosystem consistent with the OrdinaryDiffEq v7 compat
already present.
Verified by Manifest resolution: DiffEqBase v7.0.0, SciMLBase v3.6.0.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 2017b82 commit cbe71b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments