From f9cad2f1afde185bc188a9b1e51689f2a17cb9b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Jan 2025 01:01:49 +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 16f2d30..9a29b51 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" AxisArrays = "0.4" CoordinateTransformations = "0.6" FixedPointNumbers = "0.8" -Images = "0.23, 0.24, 0.25" +Images = "0.23, 0.24, 0.25, 0.26" ImagineAnalyses = "0.0.1" ImagineInterface = "0.1" ImagineProcedures = "0.1"