From 059d8056b74525f9c97eeb60852aa93bda994ee1 Mon Sep 17 00:00:00 2001 From: Pavel Dimens Date: Sat, 18 Sep 2021 12:39:04 -0400 Subject: [PATCH] update julia compat specs --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4b87063..e64fe70 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ PooledArrays = "1.0, 1.1" PopGen = "0.6" StaticArrays = "1.0" StatsBase = "0.33" -julia = "1.4" +julia = "1.4, 1.5, 1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"