From 64783315bdd76e0da4e18d713b5538e480efd5ad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 1 Sep 2025 01:19:45 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphs to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f20396..ee59313 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DataStructures = "0.18" Distributions = "0.25" Graphs = "1" IterTools = "1.4" -MetaGraphs = "0.7" +MetaGraphs = "0.7, 0.8" OMEinsum = "0.7" PrettyTables = "2.2" SimpleTraits = "0.9"