From 0ee0fef1ea79d33f21869724684c130a9038a12d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Mar 2025 01:07:00 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for CliqueTrees in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c31b0402..f66f98b9 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ SparseMatrixColoringsColorsExt = "Colors" [compat] ADTypes = "1.2.1" -CliqueTrees = "0.5.2" +CliqueTrees = "0.5.2, 1" Colors = "0.12.11, 0.13" DocStringExtensions = "0.8,0.9" LinearAlgebra = "<0.0.1, 1" From 6be0182e3bc35a36414d6bf6a503cfd6a76faaff Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:25:09 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f66f98b9..6fb2a43e 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ SparseMatrixColoringsColorsExt = "Colors" [compat] ADTypes = "1.2.1" -CliqueTrees = "0.5.2, 1" +CliqueTrees = "1" Colors = "0.12.11, 0.13" DocStringExtensions = "0.8,0.9" LinearAlgebra = "<0.0.1, 1"