From ac96eda304c83ecbbe2ea9ed684c77dc4b063a23 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Sep 2024 00:43:05 +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 1bae515..5703058 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ImplicitDifferentiationForwardDiffExt = "ForwardDiff" ADTypes = "1.7.1" ChainRulesCore = "1.23.0" DifferentiationInterface = "0.5.12" -Enzyme = "0.11.20,0.12" +Enzyme = "0.11.20,0.12, 0.13" ForwardDiff = "0.10.36" Krylov = "0.9.5" LinearAlgebra = "1.10"