From 27a944866b22b07d49d50d30be3d4151c1e4766a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Sep 2024 00:52:34 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4790ea4..c48fdac 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] ArgCheck = "2" BandedMatrices = "1" -DifferentiationInterface = "=0.5.5" +DifferentiationInterface = "=0.5.5, 0.6" ForwardDiff = "0.10" LinearAlgebra = "1" LsqFit = "0.13, 0.14, 0.15"