From 82e3f0e37c33bf6dd3b7f3f4ae26b7de5aba5f48 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 4 Apr 2025 00:22:29 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b8ebc7345..f934e6fe0 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ BloqadeWaveforms = "0.2" CairoMakie = "0.12" ColorSchemes = "3" Colors = "0.12, 0.13" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" Measurements = "2" Reexport = "1" Yao = "0.9"