From 680a0c4efff40f001883f9a1c6175542ad530065 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Nov 2021 01:05:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Images to 0.25, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0b59a54..4465f00 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ CoordinateTransformations = "0.6" Distributions = "0.24, 0.25" ImageDraw = "0.2" ImageTransformations = "0.8" -Images = "0.23, 0.24" +Images = "0.23, 0.24, 0.25" IndirectArrays = "0.5, 1" Interpolations = "0.13" MosaicViews = "0.2, 0.3"