From b40e7c159e967a5b11bb070945c64cbbeb27ee81 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Sep 2024 00:29:49 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SparseConnectivityTracer at version 0.6 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..f3bf5025e 100644 --- a/benchmarks/AutomaticDifferentiationSparse/Project.toml +++ b/benchmarks/AutomaticDifferentiationSparse/Project.toml @@ -24,6 +24,7 @@ DifferentiationInterface = "0.6" ForwardDiff = "0.10" Plots = "1" PreallocationTools = "0.4" +SparseConnectivityTracer = "0.6" SparseDiffTools = "2" Symbolics = "5, 6" Weave = "0.10"