From ee543db35b2fda3aa0246a777e55bc229a8f7dd4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 8 Sep 2023 00:13:05 +0000 Subject: [PATCH] CompatHelper: bump compat for Images to 0.26, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9612a4c..2b516a2 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ VectorizedReduction = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c" ConcreteStructs = "0.2" Distributions = "0.25" ImageCore = "0.9, 0.10" -Images = "0.25" +Images = "0.25, 0.26" LoopVectorization = "0.12" Rotations = "1" StaticArrays = "1"