From 388be0ea5682fc593b24eed1d1c9cae7713b2509 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Jun 2024 00:48:26 +0000 Subject: [PATCH] CompatHelper: bump compat for DirectedAcyclicGraphs to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ce1b9d8c..96b4ac9e 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742" CUDA = "3.8.1, 4" ChowLiuTrees = "0.1.1" CodecZlib = "0.7" -DirectedAcyclicGraphs = "0.1.3" +DirectedAcyclicGraphs = "0.1.3, 0.2" Graphs = "1" Lerche = "0.5" MetaGraphs = "0.7"