From 5412418730aaea23442a5dba6b6bd9cc83dc3d27 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 02:05:56 +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 27b48231..78b63f28 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ Flux = "0.14, 0.15, 0.16" ImageCore = "0.9, 0.10" ImageIO = "0.6" IncrementalInference = "0.35" -Interpolations = "0.14, 0.15" +Interpolations = "0.14, 0.15, 0.16" KernelDensityEstimate = "0.5.1, 0.6" LinearAlgebra = "1.10" Manifolds = "0.10.1"