From fa05e169073cff7734fccc2d4815ec9c366226c7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 Sep 2024 00:11:25 +0000 Subject: [PATCH] CompatHelper: bump compat for EnzymeCore to 0.8 for package test, (keep existing compat) --- test/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 13267ee1d..d6637f461 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.7, 0.8" ForwardDiff = "0.10.12" LogDensityProblems = "2" LogDensityProblemsAD = "1"