From 83351ea6b20dceb4e66ef93736ac5b9efbd359cb Mon Sep 17 00:00:00 2001 From: William Moses Date: Sun, 15 Sep 2024 20:06:47 -0500 Subject: [PATCH] Adapt to pending Enzyme breaking change 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 d5605b7beb..2b6c5c2e41 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ Adapt = "3, 4" CUDA = "4, 5" ChainRulesCore = "1.12" Compat = "4.10.0" -Enzyme = "0.12" +Enzyme = "0.12, 0.13" Functors = "0.4" MLUtils = "0.4" MPI = "0.20.19"