From a333f0ac1e063699c15da2241d9f62ea88e898f1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 5 Jun 2025 00:23:09 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.7 for package test, (drop existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 9bbef362..68f4a686 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] CTModels = "0.5" -DifferentiationInterface = "0.6" +DifferentiationInterface = "0.7" ForwardDiff = "0.10" LinearAlgebra = "1" MINPACK = "1.3"