From 2e4b10a13f574bddb37936b3cbc5dd0255f054db Mon Sep 17 00:00:00 2001 From: Billy Moses Date: Sun, 15 Sep 2024 20:04:50 -0500 Subject: [PATCH] Prepare for pending Enzyme breaking change --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5461be7e..4f5ce7cd 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Adapt = "3.2, 4" Atomix = "0.1" CUDA = "4, 5" ChainRulesCore = "1.13" -EnzymeCore = "0.5, 0.6, 0.7" +EnzymeCore = "0.5, 0.6, 0.7, 0.8" FFTW = "1.8.0" ForwardDiff = "0.10.36" GPUArraysCore = "0.1"