From 7908fd6d5109f9e519d56295aa0313d0e51dd87e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 00:14:28 +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 860ece8b3..7da98811f 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ ChainRulesCore = "1" Chairmarks = "1.3.1" Compat = "4" ConstructionBase = "1.5.4" -DifferentiationInterface = "0.6.41" +DifferentiationInterface = "0.6.41, 0.7" Distributions = "0.25" DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8"