From cf1de91d36f88bff2d288a73239d2f77ae4bc29b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Dec 2023 00:49:39 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphsNext to 0.7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eee2c82..a958a2d 100644 --- a/Project.toml +++ b/Project.toml @@ -16,16 +16,16 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -julia = "1.8" AbstractTrees = "0.4" Distances = "0.10" DocStringExtensions = "0.9" Graphs = "1.8" IterTools = "1.4" MetaGraphs = "0.7" -MetaGraphsNext = "0.5" +MetaGraphsNext = "0.5, 0.7" NestedGraphs = "0.1.1, 0.2" Unitful = "1.12" +julia = "1.8" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"