From b05841bace974e8d59b7c40bc2f13c0338aa6391 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 30 Jan 2026 00:04:51 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphsNext to 0.8, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 18c35849..8c95f29b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphPPL" uuid = "b3f8163a-e979-4e85-b43e-1f63d8c8b42c" -authors = ["Wouter Nuijten ", "Dmitry Bagaev "] version = "4.6.5" +authors = ["Wouter Nuijten ", "Dmitry Bagaev "] [deps] BitSetTuples = "0f2f92aa-23a3-4d05-b791-88071d064721" @@ -36,7 +36,7 @@ Documenter = "1.0" GraphPlot = "0.5, 0.6" GraphViz = "0.2" MacroTools = "0.5" -MetaGraphsNext = "0.6, 0.7" +MetaGraphsNext = "0.6, 0.7, 0.8" NamedTupleTools = "0.14" Static = "0.8, 1" StaticArrays = "1.6" @@ -48,8 +48,8 @@ julia = "1.10" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"