From 6bbf6a0cee92379e69f5f8e25e4399378c686481 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 27 Apr 2026 19:36:50 -0400 Subject: [PATCH] Widen DiffEqBase compat to allow v7 All APIs used (AbstractDEAlgorithm, KeywordArgSilent, check_prob_alg_pairing, get_concrete_problem, get_concrete_u0, get_concrete_p, isconcreteu0, promote_u0, AbstractDEProblem) are present in DiffEqBase v7. Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8fdd4b8..ab101db 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] ChainRulesCore = "1.24" CommonSolve = "0.2" -DiffEqBase = "6.145" +DiffEqBase = "6.145, 7" Distributions = "0.25" LinearAlgebra = "1" PDMats = "0.11"