From 454b7a2b37b9a20c7f0fae46681d3c8fc7e46140 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:56:28 +0000 Subject: [PATCH] CompatHelper: bump compat for "Images" to "0.24" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 184b82f..e34d75c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CenterIndexedArrays = "0.2" CoordinateTransformations = "0.5, 0.6" -Images = "0.20, 0.21, 0.22, 0.23" +Images = "0.20, 0.21, 0.22, 0.23, 0.24" Interpolations = "0.12, 0.13" MappedArrays = "0.2, 0.3" OffsetArrays = "0.11, 1"