From 9737bb8593fb29edd78ab65eff3009af9b84481e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:56:48 +0000 Subject: [PATCH] CompatHelper: bump compat for DistributedFactorGraphs to 0.28, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..a93ded027 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.28" Distributions = "0.25" DocStringExtensions = "0.8, 0.9" FFTW = "1"