diff --git a/Project.toml b/Project.toml index 49a43f8..5dd0509 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.3" +version = "0.2.4" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -10,9 +10,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" NamedDims = "0.1, 0.2" -StatsBase = "0.32" +StatsBase = "0.32, 0.33" julia = "1" [extras]