From a30ea7bd050e41f85dbf21858655f38328c1f4c3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 24 Jul 2023 01:22:20 +0000 Subject: [PATCH] CompatHelper: bump compat for Images to 0.26, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 866d696..4574280 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractSDRs = "0.5" +DSP = "0.7.8" DigitalComm = "1.1" FFTW = "1.6" GLMakie = "0.8.5" @@ -28,10 +29,9 @@ Gtk = "1.3" ImageFiltering = "0.7" ImageInTerminal = "0.4.8" ImageView = "0.11" -Images = "0.25" +Images = "0.25, 0.26" Makie = "0.19" Reexport = "1.2" -DSP = "0.7.8" julia = "1" [extras]