From ce727e15f76df016ee2db9819fab0b4a7c6117fe Mon Sep 17 00:00:00 2001 From: William Moses Date: Mon, 16 Sep 2024 09:48:54 -0500 Subject: [PATCH] Adapt to Enzyme breaking change (#118) Incidentally this extension doesn't have any code broken by the breaking change. Nevertheless trying to open / flag early for the ecosystem --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e1da68b..0f7edfa 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ QuadGKEnzymeExt = "Enzyme" [compat] DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19" LinearAlgebra = "<0.0.1, 1" -Enzyme = "0.12" +Enzyme = "0.12, 0.13" julia = "1.6" [extras]