From ffff50cba72c1cbb5d34dcc8cfeb7b9cddafaa10 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Nov 2023 10:11:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 464e8a9cf..9bf6e9927 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Combinatorics = "1" DiffEqBase = "6" DomainSets = "0.5, 0.6" IfElse = "0.1" -Interpolations = "0.14" +Interpolations = "0.14, 0.15" Latexify = "0.15, 0.16" ModelingToolkit = "8" OrdinaryDiffEq = "6"