From c77fa5fa3884dea9af01cb7825ac8521fe93ad41 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 01:55:23 +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 201ffddb..5703115e 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ DelimitedFiles = "1" DifferentiationInterface = "0.6.48" Documenter = "1.8" FiniteDiff = "2.27.0" -Interpolations = "0.15" +Interpolations = "0.15, 0.16" LaTeXStrings = "1" LinearAlgebra = "1" Logging = "1"