From 962e60170b9f3ac688ca9820b6dfe471f9c67fff Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 15 Aug 2026 05:03:00 -0400 Subject: [PATCH] Raise DataInterpolations floor to 9.2 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 713bf035..99320c1b 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ ADTypes = "1" ChainRulesCore = "1" ControlSystemsBase = "1.4" DataFrames = "1.7" -DataInterpolations = "9" +DataInterpolations = "9.2" DiffEqBase = "7" ForwardDiff = "0.10, 1" LinearAlgebra = "1.10"