From f2be457ffdd006584e5e371f8f528a3047c33f38 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 May 2025 01:04:21 +0000 Subject: [PATCH] CompatHelper: bump compat for DistributedFactorGraphs to 0.26, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..a7a15c89d 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.26" Distributions = "0.25" DocStringExtensions = "0.8, 0.9" FFTW = "1"