From ec31341a6df6e150954697c4686329bb0bd6c066 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Sep 2024 01:00:51 +0000 Subject: [PATCH] CompatHelper: bump compat for Enzyme in [weakdeps] to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5eba5c289..004a7e64d 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ DataFrames = "1" Distributions = "0.25" DocStringExtensions = "0.9" DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28" -Enzyme = "0.12" +Enzyme = "0.12, 0.13" Expect = "0.3" FillArrays = "1" ForwardDiff = "0.10"