From e043edb0959a096ef3d9b709d573dec0d24d0da4 Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Tue, 2 Jul 2024 15:39:51 -0400 Subject: [PATCH] Bump FastDifferentiation version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c47f7e8..50ae4a8 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ChainRulesCore = "1" -FastDifferentiation = "0.3.14" +FastDifferentiation = "0.3.15" ForwardDiff = "0.10" GenericLinearAlgebra = "0.3.11" LaTeXStrings = "1"