From a143b0735e2a5645ff0e1fd84982262e878c4e29 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Fri, 26 Apr 2024 01:58:07 +0100 Subject: [PATCH] added missing compat entries --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 98e50b16..6eaafaa6 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,9 @@ AdvancedVIReverseDiffExt = ["ReverseDiff"] AdvancedVIZygoteExt = ["Zygote"] [compat] +ADTypes = "0.2, 1" Bijectors = "0.11, 0.12, 0.13" +DiffResults = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6" DocStringExtensions = "0.8, 0.9"