From 8177bf12bb53de19e38fed67e86be992c739f454 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 5 Sep 2025 11:31:24 -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 fd3a8b7..718ca39 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ImageCore = "0.8.1, 0.9, 0.10" -Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.15, 0.16" +Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.15" OffsetArrays = "0.10, 0.11, 1" ProgressMeter = "0.7, 0.8, 0.9, 1" RegisterDeformation = "0.3.2, 0.4" From dc88825421145b70a066a89a4a64f99569fde535 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 5 Sep 2025 11:43:27 -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 718ca39..fd3a8b7 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ImageCore = "0.8.1, 0.9, 0.10" -Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.15" +Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.15, 0.16" OffsetArrays = "0.10, 0.11, 1" ProgressMeter = "0.7, 0.8, 0.9, 1" RegisterDeformation = "0.3.2, 0.4"