From 1119414be27fc9cb084bfa49cde3182998a065cc Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Sun, 2 Jun 2024 13:30:28 -0400 Subject: [PATCH] Add compat for ForwardDiff --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 84ae9bb4..4ca22deb 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] ChunkSplitters = "2" Elliptic = "1" +ForwardDiff = "0.10" Interpolations = "0.14, 0.15" Meshes = "0.43" PrecompileTools = "1"