From aac547d251480596a4acbf2a50a8db70f24f239a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 12 May 2025 20:37:23 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.7 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f5310ebe0..02c728562 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -37,7 +37,7 @@ ArrayInterface = "6, 7" BenchmarkTools = "1" BracketingNonlinearSolve = "1" DiffEqBase = "6.158.3" -DifferentiationInterface = "0.6.16" +DifferentiationInterface = "0.6.16, 0.7" Documenter = "1" DocumenterCitations = "1" DocumenterInterLinks = "1.0.0"