From 329e34c19c82a657cce006003b45841174ce1337 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Sep 2024 00:29:45 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SparseMatrixColorings at version 0.4 for package AutomaticDifferentiationSparse, (keep existing compat) --- benchmarks/AutomaticDifferentiationSparse/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/AutomaticDifferentiationSparse/Project.toml b/benchmarks/AutomaticDifferentiationSparse/Project.toml index af30d03b0..281fccd0f 100644 --- a/benchmarks/AutomaticDifferentiationSparse/Project.toml +++ b/benchmarks/AutomaticDifferentiationSparse/Project.toml @@ -25,6 +25,7 @@ ForwardDiff = "0.10" Plots = "1" PreallocationTools = "0.4" SparseDiffTools = "2" +SparseMatrixColorings = "0.4" Symbolics = "5, 6" Weave = "0.10" Zygote = "0.6"