From 4f481d3a4d76a49dd7afe136d33216c0a12c1299 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 Apr 2026 02:44:05 +0000 Subject: [PATCH] CompatHelper: bump compat for ApproxManifoldProducts to 0.11 for package IncrementalInference, (keep existing compat) --- IncrementalInference/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IncrementalInference/Project.toml b/IncrementalInference/Project.toml index 0515d176..7ff630ca 100644 --- a/IncrementalInference/Project.toml +++ b/IncrementalInference/Project.toml @@ -69,7 +69,7 @@ IncrInfrInterpolationsExt = "Interpolations" [compat] AMD = "0.5" -ApproxManifoldProducts = "0.10" +ApproxManifoldProducts = "0.10, 0.11" BSON = "0.2, 0.3" CliqueTrees = "0.5, 1" Combinatorics = "1.0"