From 739b85de0bea488d56e863ff1d2f54e0a75faffd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 01:10:33 +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 9b2331ae..3876387c 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ImplicitDifferentiationZygoteExt = "Zygote" [compat] ADTypes = "1.9.0" ChainRulesCore = "1.25.0" -DifferentiationInterface = "0.6.1" +DifferentiationInterface = "0.6.1, 0.7" ForwardDiff = "0.10.36, 1" Krylov = "0.9.6, 0.10" LinearAlgebra = "1.10"