From 5ca491c63231b34107182354c04b0ee4a68ac4e9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 Apr 2026 02:40:10 +0000 Subject: [PATCH] CompatHelper: bump compat for ApproxManifoldProducts to 0.13 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..40013d43 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.13" BSON = "0.2, 0.3" CliqueTrees = "0.5, 1" Combinatorics = "1.0"