From 516f4c415f792e24a00cdddde10e6c845b5fc517 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 8 Dec 2024 00:13:11 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DifferentiationInterface at version 0.6 for package test, (keep existing compat) --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 0d247c3ec..f5b963aca 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,6 +36,7 @@ Accessors = "0.1" Bijectors = "0.13.9, 0.14, 0.15" Combinatorics = "1" Compat = "4.3.0" +DifferentiationInterface = "0.6" Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1"