From 2947334012163d862a93df64dce6375249ab744a Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 14 Aug 2026 17:42:54 -0400 Subject: [PATCH] Drop older SciML major versions from compat Co-Authored-By: Chris Rackauckas --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9fa574ea..713bf035 100644 --- a/Project.toml +++ b/Project.toml @@ -17,8 +17,8 @@ ADTypes = "1" ChainRulesCore = "1" ControlSystemsBase = "1.4" DataFrames = "1.7" -DataInterpolations = "8, 9" -DiffEqBase = "6.190, 7" +DataInterpolations = "9" +DiffEqBase = "7" ForwardDiff = "0.10, 1" LinearAlgebra = "1.10" ModelingToolkit = "11.28" @@ -32,7 +32,7 @@ OrdinaryDiffEqSDIRK = "2" PreallocationTools = "1.0.1" SafeTestsets = "0.1" SciCompDSL = "1" -SciMLBase = "2, 3" +SciMLBase = "3" SciMLStructures = "1.7.0" SciMLTesting = "2.4" SymbolicIndexingInterface = "0.3.39"