From 4d4bc472830c7232b711153886fd6ac51fa67103 Mon Sep 17 00:00:00 2001 From: Diego Javier Zea Date: Thu, 14 Sep 2023 14:10:31 +0200 Subject: [PATCH] Update Project.toml Allow the last version of NamedArrays --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index de264e6..ad2b9fb 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -NamedArrays = "0.9" +NamedArrays = "0.9, 0.10" RecipesBase = "1" julia = "1"