From 1cb6bc4610138c77520165fd294e0114ae49fd2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 00:24:08 +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 6c83cebb5..11f7c2054 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ ADTypes = "1" Accessors = "0.1" Bijectors = "0.13, 0.14, 0.15" DiffResults = "1" -DifferentiationInterface = "0.6" +DifferentiationInterface = "0.6, 0.7" Distributions = "0.25.111" DocStringExtensions = "0.8, 0.9" FillArrays = "1.3"