From ea3b92c2c53cfa3577b3132ff19197e7a3c3105d Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Sat, 30 Sep 2023 19:34:34 +0100 Subject: [PATCH] re-pin Enzyme version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 10996654..38b5b6a7 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ Combinatorics = "1" DataStructures = "0.18" Distances = "0.10" Distributions = "0.23, 0.24, 0.25" -Enzyme = "0.11.2" +Enzyme = "= 0.11.2" EzXML = "1" FLoops = "0.2" ForwardDiff = "0.10.35"