From 73cf2d69381d978ab8575522e473d5e7898b4fed Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 30 Jan 2026 00:44:16 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphsNext 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 c160581..84a5c68 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ DynamicalSystemsBase = "3.10" Graphs = "1.12" MLStyle = "0.4.17" MacroTools = "0.5.16" -MetaGraphsNext = "0.7" +MetaGraphsNext = "0.7, 0.8" Random = "1.10" SciMLBase = "2.74.1" StaticArrays = "1.9.12"