diff --git a/Project.toml b/Project.toml index f7be0257d..a841ebce9 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Compat = "4" ConstructionBase = "1.5.4" Distributions = "0.25" DocStringExtensions = "0.9" -EnzymeCore = "0.6, 0.7" +EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10" LinearAlgebra = "1.6" LogDensityProblems = "2" @@ -70,7 +70,7 @@ julia = "1.6" [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" -MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" -ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" diff --git a/test/Project.toml b/test/Project.toml index 13267ee1d..f02cc3fa8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -26,16 +26,16 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Accessors = "0.1" ADTypes = "0.2, 1" AbstractMCMC = "5" AbstractPPL = "0.8.2" +Accessors = "0.1" Bijectors = "0.13" Compat = "4.3.0" Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1" -EnzymeCore = "0.6, 0.7" +EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10.12" LogDensityProblems = "2" LogDensityProblemsAD = "1"