From 85ff08bb238aecd850907a2230cf1bc4f98cb817 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 02:38:47 +0000 Subject: [PATCH] CompatHelper: bump compat for ApproxManifoldProducts to 0.14 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..e19ec64e 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.14" BSON = "0.2, 0.3" CliqueTrees = "0.5, 1" Combinatorics = "1.0"