From 431ac0ded484b0cf796731fdf11450d857536613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:29:03 -0300 Subject: [PATCH] CompatHelper: add new compat entry for ForwardDiff at version 0.10 for package test, (drop existing compat) (#123) Co-authored-by: CompatHelper Julia Co-authored-by: Jose Storopoli --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 5f28957..4cb0191 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,6 +15,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" CSV = "0.10" CategoricalArrays = "0.10" DataFrames = "1" +ForwardDiff = "0.10" ReverseDiff = "1" Statistics = "1" TimerOutputs = "0.5"