From a5231e9139a54a76b940ee81ed34bc94b83fc4e8 Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Mon, 21 Oct 2024 00:32:08 +0000 Subject: [PATCH] CompatHelper: bump compat for MetaGraphs in [weakdeps] 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 4c2e64639..b58060c8c 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ LightXML = "0.8, 0.9" LinearAlgebra = "1.9" Logging = "1.9" MLStyle = "0.4" -MetaGraphs = "0.7" +MetaGraphs = "0.7, 0.8" PrettyTables = "2" Random = "1.9" Reexport = "1"