From 98bb35cd51619ff132ffd294d48c55a81d3fb2db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 30 Jan 2026 01:08:55 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphsNext to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4530406..90fa0e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CommonOPF" uuid = "dad7ea18-2b21-482e-81c1-e84414cc4b03" -authors = ["Nick Laws and contributors"] version = "0.5.1" +authors = ["Nick Laws and contributors"] [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -23,7 +23,7 @@ DataStructures = "0.18" Graphs = "1.8" JuMP = "1" MathOptInterface = "1.40.2" -MetaGraphsNext = "0.7" +MetaGraphsNext = "0.7, 0.8" OpenDSSDirect = "=0.9.9" Parameters = "0.12" PrettyTables = "2.4.0"