From 31939e9c0dd30f844211f8b3238203bd14fc7968 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 01: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 83b1fe335..cf0bb9176 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"