From 0bfe9cde585251e9879cd6633840ba0d5e9b1cc5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 11:26:06 +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 2cfdcdfe..44c9b3fc 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ GR = "0.73" Geodesy = "1" GlobalSensitivity = "2" HDF5 = "0.17" -Interpolations = "0.15" +Interpolations = "0.15, 0.16" KernelFunctions = "0.10.65" LazyArtifacts = "1" LinearAlgebra = "1"