From cebf27d35bf81b75f27583d487a3cb1ab80637bf Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:24:49 +0200 Subject: [PATCH] Compat bounds --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 5c8a64f..8944222 100644 --- a/Project.toml +++ b/Project.toml @@ -33,8 +33,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] +ADTypes = "1" ComponentArrays = "0.12.3, 0.13, 0.14, 0.15" CovarianceEstimation = "0.2.7" +DifferentiationInterface = "0.5" Distributions = "0.25.36" FileIO = "1.11" FiniteDifferences = "0.12.20"