From 9e1cc3d2bd2280bfc5b1232d550e1d77b4586d95 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Aug 2025 02:10:54 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index df34eed9..cff429bc 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ ControlPlots = "0.2.5" DataFrames = "1.7" DefaultApplication = "1" DelimitedFiles = "1" -DifferentiationInterface = "0.6.48" +DifferentiationInterface = "0.6.48, 0.7" Documenter = "1.8" FiniteDiff = "2.27.0" Interpolations = "0.15, 0.16"