From b4523b1d75988dd0f5799c96d96ef979e73f8ef7 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Fri, 28 Jul 2023 22:56:19 -0400 Subject: [PATCH] Require FillArrays v1.1.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8723b2e..35d0967 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ChainRulesCore = "0.9.44, 0.10, 1" Distributions = "0.25" DistributionsAD = "0.6" DocStringExtensions = "0.8, 0.9" -FillArrays = "0.7 - 1.0.0, 1.1.1" +FillArrays = "1.1.1" HeterogeneousComputing = "0.2" IterativeSolvers = "0.8, 0.9" LineSearches = "7"