From fa94f2e288e00cda1a5fce8bbb2d672549ed8b7e Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Fri, 20 Sep 2024 00:46:51 +0000 Subject: [PATCH 1/3] CompatHelper: add new compat entry for CuthillMcKee at version 0.1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6660fa2..03da1ed 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Catlab = "0.16" +CuthillMcKee = "0.1" MLStyle = "0.4" PartialFunctions = "1.1" julia = "1.7" From f5476fcd6b8e93ede8f78834f631bbae5239e01c Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Fri, 20 Sep 2024 00:46:54 +0000 Subject: [PATCH 2/3] CompatHelper: add new compat entry for AbstractTrees at version 0.4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 03da1ed..597e687 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] +AbstractTrees = "0.4" Catlab = "0.16" CuthillMcKee = "0.1" MLStyle = "0.4" From 2086dbe224d874cabfea805e1eede00e3fa862d9 Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Fri, 20 Sep 2024 00:46:52 +0000 Subject: [PATCH 3/3] CompatHelper: add new compat entry for Metis at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 597e687..3134bcb 100644 --- a/Project.toml +++ b/Project.toml @@ -20,5 +20,6 @@ AbstractTrees = "0.4" Catlab = "0.16" CuthillMcKee = "0.1" MLStyle = "0.4" +Metis = "1" PartialFunctions = "1.1" julia = "1.7"