From 959161a957971bae8acc4d39fc5e6b65ebe08c06 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 Sep 2024 00:10:30 +0000 Subject: [PATCH] CompatHelper: bump compat for EnzymeCore in [weakdeps] to 0.8, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f7be0257d..3d8fad6b6 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.7, 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"