From 9946a8802cd5b49aa2f5f8951c2d5e75e72c7d8e Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Mon, 1 Feb 2021 00:34:11 -0500 Subject: [PATCH] VectorizationBase 0.18 now allows Julia 1.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 67c77da..40da2e6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" [compat] IfElse = "0.1" VectorizationBase = "0.18" -julia = "1.6" +julia = "1.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"