From 503988e43371319fbca298b4592427864b18ade9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 23 Mar 2025 00:23:54 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d60fa60..441ec7a 100644 --- a/Project.toml +++ b/Project.toml @@ -119,7 +119,7 @@ Catalyst = "= 12.3.1" Colors = "0.12" DataDrivenDiffEq = "1" DataFrames = "1.4" -DataInterpolations = "3.0, 4" +DataInterpolations = "3.0, 4, 8" DataStructures = "0.18" DiffEqBase = "= 6.120.0" DiffResults = "1.0"