From 931f9fc18555e20f10e35935c4a40c7d7de26984 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Apr 2026 02:30:54 +0000 Subject: [PATCH] CompatHelper: bump compat for ApproxManifoldProducts to 0.12 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..72ae5b70 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.12" BSON = "0.2, 0.3" CliqueTrees = "0.5, 1" Combinatorics = "1.0"