From 5f243ba30bb6401532ecd57c03e169de62309b6c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 00:05:37 +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 42aef68..88b9682 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ HDF5 = "0.14, 0.15, 0.16, 0.17" ImageAxes = "0.5, 0.6" ImageCore = "0.8.1, 0.9, 0.10" ImageTransformations = "0.8, 0.9, 0.10" -Interpolations = "0.12.8, 0.13, 0.14, 0.15" +Interpolations = "0.12.8, 0.13, 0.14, 0.15, 0.16" JLD2 = "0.1, 0.4, 0.5" OffsetArrays = "0.10, 0.11, 1" ProgressMeter = "1"