From bc9da3325174a50bca24a08e852b372dfaa1a422 Mon Sep 17 00:00:00 2001 From: Cecile Ane Date: Sat, 20 Oct 2018 10:37:55 -0500 Subject: [PATCH] julia 0.7- upper bound added in REQUIRE --- REQUIRE | 2 +- docs/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIRE b/REQUIRE index 499e3e6b1..ab5afde1b 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6 +julia 0.6 0.7- BioSequences 0.7 BioSymbols 1.0 Combinatorics 0.2.1 diff --git a/docs/readme.md b/docs/readme.md index b9071d81d..35c8cc9be 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -80,7 +80,7 @@ consequences. Make sure to use different file names for plots that are supposed to look different (across the whole site). Note that [`Weave`](https://github.com/mpastell/Weave.jl) was used to format the -documentation pages until v0.7.0 +documentation pages until PhyloNetworks v0.7.0 (see [v0.7.0 doc](http://crsl4.github.io/PhyloNetworks.jl/v0.7.0/)), and the saving of the plots on the Git repository was handled with an extra Travis environment variable DRAW_FIG.