From a130c302d6fdafccf0f62d2178e450a14dd81fed Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 31 May 2023 11:00:51 +0000 Subject: [PATCH] CompatHelper: bump compat for FillArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4b5e818..6e41a13 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ ChainRulesCore = "0.9.44, 0.10, 1" Distributions = "0.23, 0.24, 0.25" DistributionsAD = "0.6" DocStringExtensions = "0.8, 0.9" -FillArrays = "0.7,0.8, 0.9, 0.10, 0.11, 0.12, 0.13" +FillArrays = "0.7,0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10" IterativeSolvers = "0.8, 0.9" LineSearches = "7"