From 9d895604344097dc3d266dd5999f707e62e2abcc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 00:07:43 +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 66af4fd..c221794 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ CachedInterpolations = "0.1" CenterIndexedArrays = "0.2" CoordinateTransformations = "0.5, 0.6" ForwardDiff = "0.10, 1" -Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15" +Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16" Ipopt = "0.5, 0.6, 1" IterativeSolvers = "0.7, 0.8, 0.9" JuMP = "1.2"