From 8fc40574001e1836cb00ee5d9fe3acb110181b9d Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace Date: Fri, 12 Nov 2021 12:38:00 +0100 Subject: [PATCH] Add compat entry for Graphs.jl --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8c6c868..896da9c 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,7 @@ LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d" [compat] +Graphs = "1.4" LaTeXStrings = "1.0, 1.1, 1.2" TikzPictures = "3.3, 3.4" julia = "1"