From b471b863110e9dfcbec2f56a9097a9b3b6352a17 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 13:05:08 -0700 Subject: [PATCH] use 0.6.0-pre as minimum julia version in REQUIRE since `abstract type` syntax wouldn't work on early 0.6.0-dev versions, better to stick with the julia-0.5-compatible versions of the package there --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index 7fa3328..0ab8932 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6- +julia 0.6.0-pre ArrayViews Distances StatsFuns