From 39be661ad1593e98c5ad7c260e43a14719dd7ab8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 03:22:39 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 1957379f75..ad66cbc23c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -47,7 +47,7 @@ Distances = "0.10.7" Distributions = "0.25.78" Documenter = "1" Flux = "0.14, 0.15, 0.16" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" IterTools = "1" LinearAlgebra = "1" Lux = "1"