From afe63f714e5f36b5579c15ad5b50bdcb89891cd6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 01:05:01 +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 d6ce04941..17a33080f 100644 --- a/Project.toml +++ b/Project.toml @@ -103,7 +103,7 @@ ImageFeatures = "0.5" ImageMagick = "1" Images = "0.26" IncrementalInference = "0.34, 0.35" -Interpolations = "0.14, 0.15" +Interpolations = "0.14, 0.15, 0.16" JLD2 = "0.3, 0.4" JSON = "0.20, 0.21" JSON2 = "0.3, 0.4"