From 6797c55c5b4f185f427d51156db9362a8cf27913 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 Apr 2024 00:10:48 +0000 Subject: [PATCH] CompatHelper: bump compat for ADTypes to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e2cccd1..e2f64cf 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ OptimizationTrackerExt = "Tracker" OptimizationZygoteExt = "Zygote" [compat] -ADTypes = "0.2.5" +ADTypes = "0.2.5, 1" ArrayInterface = "7.6" DocStringExtensions = "0.9" Enzyme = "0.11.11"