From f85a19e5319f9d20b5adbade9762bf7d17bebcd0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Sep 2024 00:20:51 +0000 Subject: [PATCH] CompatHelper: bump compat for EnzymeCore to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 99159e971..9f86beb3a 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Distributions = "0.25" DocStringExtensions = "0.9" EnumX = "1" Enzyme = "0.12.12" -EnzymeCore = "0.7" +EnzymeCore = "0.7, 0.8" FastBroadcast = "0.3" FastClosures = "0.3.2" ForwardDiff = "0.10"