From 7d0d100cc095bd394d7c89c6d5d82de6c9885483 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 22 Jul 2026 02:19:03 -0400 Subject: [PATCH] Align root test dependency floors Co-Authored-By: Chris Rackauckas --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index f4817a65c5..176c2a4065 100644 --- a/Project.toml +++ b/Project.toml @@ -54,8 +54,10 @@ OrdinaryDiffEqSymplecticRK = {path = "lib/OrdinaryDiffEqSymplecticRK"} [compat] ADTypes = "1.22.0" CommonSolve = "0.2.6" +DifferentiationInterface = "0.7.18" DocStringExtensions = "0.9.5" ForwardDiff = "1.3.3" +NonlinearSolve = "4.20.3" OrdinaryDiffEqBDF = "2" OrdinaryDiffEqCore = "4, 5.0" OrdinaryDiffEqDefault = "2"