From 1753290972050baf53883d83abfe87edcaab3fe4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 00:25:58 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 02d36158e..6a03c25a9 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Combinatorics = "1" DiffEqBase = "6" DomainSets = "0.7" IfElse = "0.1" -Interpolations = "0.14, 0.15" +Interpolations = "0.14, 0.15, 0.16" Latexify = "0.15, 0.16" ModelingToolkit = "9.17" OrdinaryDiffEq = "6"