From 1dfcf210def5cf6fc15a09f6bb8edcf7698d177a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 May 2025 00:15:40 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.7 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 79e6d129b..92e81bb83 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -38,7 +38,7 @@ Aqua = "0.8" Bijectors = "0.15.1" Combinatorics = "1" Compat = "4.3.0" -DifferentiationInterface = "0.6.41" +DifferentiationInterface = "0.6.41, 0.7" Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1"