From c77e49c7cd54d02e55fdf675a5cc1aad2a3b5259 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 31 Aug 2026 19:16:13 -0400 Subject: [PATCH] Support DataInterpolations v10.1 Allow the package and its validation environments to resolve DataInterpolations 10.1. Co-Authored-By: Chris Rackauckas Co-Authored-By: OpenAI Codex Agent-Harness: Codex CLI 0.151.0 Agent-Model: gpt-5 Agent-Session: local Codex session ID 01a0588b-a3c5-7040-8363-097859b8f435 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0d90afc1..24081ecf 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ ADTypes = "1" ChainRulesCore = "1" ControlSystemsBase = "1.4" DataFrames = "1.7" -DataInterpolations = "9.2" +DataInterpolations = "9.2, 10.1" DiffEqBase = "7" ForwardDiff = "1" LinearAlgebra = "1.10"