You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiffEqDevTools received a major bump to v3 as part of the same
OrdinaryDiffEq v7 / SciMLBase v3 ecosystem release. DiffEqDevTools v2.x
is not compatible with SciMLBase v3, so any test environment that pulls in
both SciMLBase v3 (transitively, from BoundaryValueDiffEqCore) and
DiffEqDevTools v2 fails to resolve.
Widened from `"2.44"` / `"2.48"` → `"2.44, 3"` / `"2.48, 3"` in all
six sub-library test envs and the top-level Project.toml.
Also reverts the docs/Project.toml OrdinaryDiffEq bump (from "6.90.1, 7"
back to "6.90.1") since OrdinaryDiffEq v7 is not yet registered in the
General registry; the docs env resolution will be addressed when v7 ships.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
0 commit comments