From 938d5244acf93ed95010e6e0de8ef742186686e3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Sep 2024 00:17:21 +0000 Subject: [PATCH] CompatHelper: bump compat for EnzymeCore in [weakdeps] 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 d0d91d5ab..235ce2f60 100644 --- a/Project.toml +++ b/Project.toml @@ -75,7 +75,7 @@ ConcreteStructs = "0.2.3" DocStringExtensions = "0.9.3" EnumX = "1.0.4" Enzyme = "0.11.15" -EnzymeCore = "0.6.5" +EnzymeCore = "0.6.5, 0.8" FastAlmostBandedMatrices = "0.1" FastLapackInterface = "2" FiniteDiff = "2.22"