From 88cd5919e52b82f5055820110fcd35563fa216bd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Jan 2025 00:25:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 7 for package core, (keep existing compat) --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 51b68a4ad..e552e2cfb 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -65,7 +65,7 @@ ComponentArrays = "0.13, 0.14, 0.15" Configurations = "0.17" DBInterface = "2.4" DataFrames = "1.4" -DataInterpolations = "6.5" +DataInterpolations = "6.5, 7" DataStructures = "0.18" Dates = "1" DiffEqBase = "6.155"