From 833e87604ab9827f1f5c37f8eb3417c29b67eaf9 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 17 Jul 2023 20:00:55 +0200 Subject: [PATCH] Update FillArrays compat to 1.4.1 (#251) * Update FillArrays compat to 1.4.0 * Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a96d5f2..3b06423 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DistributionsAD" uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c" -version = "0.6.50" +version = "0.6.51" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -36,7 +36,7 @@ ChainRules = "1.35.3" ChainRulesCore = "1" Compat = "3.6, 4" Distributions = "0.25.41" -FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" +FillArrays = "1.4.1" ForwardDiff = "0.10.12" LazyArrays = "1" PDMats = "0.9, 0.10, 0.11"