Skip to content

Commit

Permalink
use 0.6.0-pre as minimum julia version in REQUIRE
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tkelman committed May 25, 2017
1 parent 0e0f300 commit b471b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,4 +1,4 @@
julia 0.6-
julia 0.6.0-pre
ArrayViews
Distances
StatsFuns
Expand Down

0 comments on commit b471b86

Please sign in to comment.