From bcf325f0dd6dd17d4ac61385654e1c1c6f7c3324 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 21 May 2026 02:39:45 +0000 Subject: [PATCH] CompatHelper: bump compat for IncrementalInference to 0.37, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..5fc573e6f 100644 --- a/Project.toml +++ b/Project.toml @@ -102,7 +102,7 @@ ImageDraw = "0.2" ImageFeatures = "0.5" ImageMagick = "1" Images = "0.26" -IncrementalInference = "0.34, 0.35" +IncrementalInference = "0.34, 0.35, 0.37" Interpolations = "0.14, 0.15" JLD2 = "0.3, 0.4" JSON = "0.20, 0.21"