From 76854711bc7c4c30fced34504abcde7693ae668b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Sep 2024 00:28:48 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.6, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3815543..ade4ba8 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ CTBasePlots = "Plots" [compat] DataStructures = "0.18" -DifferentiationInterface = "0.5" +DifferentiationInterface = "0.6" DocStringExtensions = "0.9" ForwardDiff = "0.10" Interpolations = "0.15"