From a5defcd836a4d97604ff079ab57cc912aff88d93 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Jul 2025 01:07:42 +0000 Subject: [PATCH] CompatHelper: bump compat for DistributedFactorGraphs to 0.27, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..632e2b52d 100644 --- a/Project.toml +++ b/Project.toml @@ -88,7 +88,7 @@ CoordinateTransformations = "0.5, 0.6" DataStructures = "0.17, 0.18" DelimitedFiles = "1" Distances = "0.10" -DistributedFactorGraphs = "0.22, 0.23, 0.24" +DistributedFactorGraphs = "0.22, 0.23, 0.24, 0.27" Distributions = "0.25" DocStringExtensions = "0.8, 0.9" FFTW = "1"