From 9f1678fce700a354eeb11e45096f7cbae78709a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 11:31:42 -0700 Subject: [PATCH] CompatHelper: add new compat entry for Images in [weakdeps] at version 0.26, (keep existing compat) (#1019) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b7b50b148..d6a3f2ad6 100644 --- a/Project.toml +++ b/Project.toml @@ -93,6 +93,7 @@ ImageCore = "0.8, 0.9, 0.10" ImageDraw = "0.2" ImageFeatures = "0.5" ImageMagick = "1" +Images = "0.26" IncrementalInference = "0.34, 0.35" Interpolations = "0.14, 0.15" JLD2 = "0.3, 0.4"