From a96de049c14fcdf1f0489615b31b6b029afac6c2 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:09:02 +0200 Subject: [PATCH] Add Enzyme 0.12 compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7325be0f..6ee59978 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ Adapt = "3, 4" ArrayInterface = "7.4.2" Compat = "4" DataStructures = "0.18" -Enzyme = "0.11" +Enzyme = "0.11,0.12" FiniteDiff = "2.8.1" ForwardDiff = "0.10" Graphs = "1"