From 1cb2b3071c81a49084b97e0f5919a675408d5ade Mon Sep 17 00:00:00 2001 From: lassepe Date: Mon, 28 Aug 2023 15:12:43 +0200 Subject: [PATCH] Bump FD compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 717bc4b..03a4ae0 100644 --- a/Project.toml +++ b/Project.toml @@ -17,5 +17,5 @@ ChainRulesCore = "1" ForwardDiff = "0.10" PATHSolver = "1.4" Symbolics = "4,5" -FastDifferentiation = "0.2.9" +FastDifferentiation = "0.3" julia = "1.8"