From 6486df6eba0a7946a301986a3dbddb6a2ca4760f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Oct 2025 02:02:58 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SparseMatrixColorings at version 0.4 for package test, (keep existing compat) --- DifferentiationInterface/test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/DifferentiationInterface/test/Project.toml b/DifferentiationInterface/test/Project.toml index 4120a7c81..d9c09f388 100644 --- a/DifferentiationInterface/test/Project.toml +++ b/DifferentiationInterface/test/Project.toml @@ -29,5 +29,6 @@ JET = "0.9,0.10,0.11" JLArrays = "0.2,0.3" Pkg = "1" Random = "1" +SparseMatrixColorings = "0.4" StableRNGs = "1.0.1" Test = "1"