From 438c31cd87c4d47a954ea54a3be80f0ebf0dd9ac Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 11 Sep 2022 00:15:43 +0000 Subject: [PATCH] CompatHelper: bump compat for ImageGeoms to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index abf42a9..45a00d2 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] FFTW = "1.4.5" -ImageGeoms = "0.7" +ImageGeoms = "0.7, 0.9" LazyGrids = "0.4" Requires = "1.3" julia = "1.7"