From 25372947ca6cb0497de1c12e13436d9bfcc43ca0 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 5 Sep 2025 11:29:12 -0500 Subject: [PATCH 1/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88b9682..42aef68 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, 0.16" +Interpolations = "0.12.8, 0.13, 0.14, 0.15" JLD2 = "0.1, 0.4, 0.5" OffsetArrays = "0.10, 0.11, 1" ProgressMeter = "1" From f1dba25c2ec62874f2f1a122adfb34c94d9e0f24 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 5 Sep 2025 11:41:35 -0500 Subject: [PATCH 2/2] Update Project.toml --- 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"