From c6ea6d5926b42bbc9496252539c0a4310bb17f95 Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 30 Nov 2020 00:30:29 -0500 Subject: [PATCH] minimum GraphPlot = "0.4" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ff9b6863..9eb42ec2 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02" Colors = "0.8, 0.9, 0.10, 0.11, 0.12" Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 1" DocStringExtensions = "0.8, 0.9, 0.10, 1" +GraphPlot = "0.4" Graphs = "0.10.2, 0.11, 1" JSON = "0.21" JSON2 = "0.3.1"