From 355f1aa6c3d8100912f7de1a43329cb6ba1ea698 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 16 Feb 2022 00:45:31 +0000 Subject: [PATCH] CompatHelper: bump compat for GraphPlot to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a446d9f..9e6687a 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" [compat] Combinatorics = "1" -GraphPlot = "= 0.4.4" +GraphPlot = "= 0.4.4, 0.5" ITensors = "0.2" LightGraphs = "1" NBInclude = "2"