Commit 7e5a7cb
committed
Bump downstream OrdinaryDiffEq/ModelingToolkit compat for RAT 4.x
RecursiveArrayTools 4.x is incompatible with all OrdinaryDiffEq 6.x
versions reachable under the current dep graph: Adapt 4 narrows
OrdinaryDiffEq to 6.64.0 - 6.111.0, and OrdinaryDiffEq 6.110+ pins
RecursiveArrayTools to 3.52.0 - 3, leaving an empty intersection. The
only working path is OrdinaryDiffEq 7, which in turn requires MTK 10+,
so bump both compat entries.
This unblocks `activate_downstream_env` (which fails at Pkg.develop on
master). Downstream test sources have separate, follow-on issues that
the resolver previously masked (OrdinaryDiffEq 7 `autodiff::Bool`
deprecation, `Rodas5`/`SciMLBase` no longer reexported from
OrdinaryDiffEq, MTK 11 `getindex` behavior in symbol_indexing.jl,
missing `using RecursiveArrayToolsShorthandConstructors` for `AP[...]`).
Those are out of scope here.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 7d0462a commit 7e5a7cb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments