From f3f4f73bd32fd84ae15112a7b4c148ed499eef60 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 Sep 2025 00:04:14 +0000 Subject: [PATCH] CompatHelper: bump compat for ImageView to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9688fa5..83a131f 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ImageIO = "0.6" ImageMagick = "1.4.2" ImageMorphology = "0.4" ImageSegmentation = "1.9" -ImageView = "0.12" +ImageView = "0.12, 0.13" JLD2 = "0.5" OpenCV = "4.6.1" Statistics = "1"