From 49da52bf6f33ad60cd67ecfcc45943920f15bb09 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Sat, 16 Dec 2023 10:10:04 -0600 Subject: [PATCH] Add compat for FillArrays --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 806c7374c..244f6a2d0 100644 --- a/Project.toml +++ b/Project.toml @@ -47,6 +47,7 @@ DiffEqDevTools = "2" ExponentialUtilities = "1" FastBroadcast = "0.2" FastGaussQuadrature = "0.5, 1" +FillArrays = "1.9" FiniteHorizonGramians = "0.1" ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1.3"