From afa32f7ce9029de4488b6f6c7924dba0fb8f752a Mon Sep 17 00:00:00 2001 From: Miha Zgubic Date: Thu, 3 Nov 2022 16:45:20 +0000 Subject: [PATCH] NamedDims compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0324681..2cfadd2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Models" uuid = "e6388cff-ecff-480c-9b53-83211bf7812a" authors = ["Invenia Technical Computing Corporation"] -version = "0.2.6" +version = "0.2.7" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" -NamedDims = "0.1, 0.2" +NamedDims = "0.1, 0.2, 0.3, 1" StatsBase = "0.32, 0.33" julia = "1"