From 230966ecc41aff184d09f82813c3cd18396ade34 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Nov 2021 00:28:03 +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 1c12f0a..3dccd68 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" DSP = "0.5, 0.6, 0.7" FileIO = "1" ImageFiltering = "0.4, 0.5, 0.6, 0.7" -Images = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" +Images = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13" PyPlot = "2.3" julia = "0.7.0, 1"