From 3dccf24c6263d9a7019d417e4e0805e56c8f97a6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Nov 2021 01:05:02 +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 e2f8f6b..b10ffa8 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ImageDraw = "0.2" ImageFeatures = "0.4" ImageFiltering = "0.6,0.7" ImageMagick = "1" -Images = "0.24" +Images = "0.24, 0.25" Interpolations = "0.13" LeastSquaresOptim = "0.8" Manifolds = "0.7"