From f1a467f24a503d2eb36f770afb70fa2ccda2272f Mon Sep 17 00:00:00 2001 From: cormullion Date: Fri, 6 Oct 2023 13:40:10 +0100 Subject: [PATCH] compat for networklayout --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e0bf2ce..89f6c2f 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Colors = "0.10, 0.11, 0.12" DelimitedFiles = "1" Graphs = "1.7, 1.8, 1.9" Luxor = "3" -NetworkLayout = ">=0.4.4" +NetworkLayout = "0.4.4, 0.4.5, 0.4.6" Reexport = "0.2, 1.0, 1.1, 1.2" SimpleWeightedGraphs = "1" julia = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 1b4ab19..983a1e4 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,6 +15,6 @@ Colors = "0.10, 0.11, 0.12" DataFrames = "1.4, 1.5, 1.6" Documenter = "1" Graphs = "1.7, 1.8, 1.9" -NetworkLayout = ">=0.4.4" +NetworkLayout = "0.4.4, 0.4.5, 0.4.6" SimpleWeightedGraphs = "1.2" julia = "1.6"