From 8568bfcaf49221d07b5b48336c2cff7a13a232af Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 Oct 2025 01:02:04 +0000 Subject: [PATCH] CompatHelper: bump compat for IncrementalInference to 0.36, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..5c328fff9 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.36" Interpolations = "0.14, 0.15" JLD2 = "0.3, 0.4" JSON = "0.20, 0.21"