Skip to content

Commit

Permalink
Update supported Julia versions (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin authored and odow committed Jan 4, 2019
1 parent 58f9970 commit 7b0c235
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ JuMP is a package for [Julia](https://julialang.org). To use JuMP, first
[download and install](https://julialang.org/downloads/) Julia or open up
a remote notebook at [JuliaBox](https://www.juliabox.com/) or similar services.

JuMP is compatible with both Julia 1.0 and 0.6. The compatibility with 0.6 is
intended to facilitate upgrading from previous JuMP and Julia releases.
The following instructions assume Julia 1.0.
This version of JuMP is compatible with Julia 0.7 and later.
The following instructions are based on Julia 1.0.

From Julia, JuMP is installed by using the built-in package manager:
```julia
Expand Down

0 comments on commit 7b0c235

Please sign in to comment.