From 172cb93b16867f8c855aa5a9a016e5808457b9dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Aug 2023 01:12:48 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedArrays to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aae4cc39a..89a9b2455 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Distances = "0.10" Distributions = "0.25" MultipleTesting = "0.5" MultivariateStats = "0.9, 0.10" -NamedArrays = "0.9" +NamedArrays = "0.9, 0.10" OnlineStats = "1" PooledArrays = "1.1" PopGenCore = "0.7"