Skip to content

Commit

Permalink
Merge pull request #648 from JuliaReach/schillic/647
Browse files Browse the repository at this point in the history
#647 - Remove Plots from REQUIRE
  • Loading branch information
schillic authored Sep 22, 2018
2 parents 02fcd32 + 998b70a commit 450261c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ after_success:
- julia -e 'VERSION >= v"0.7-" && using Pkg;
Pkg.add("Documenter");
VERSION < v"0.7-" && Pkg.pin("Documenter", v"0.18.0");
Pkg.add("Plots");
Pkg.add("GR");
Pkg.add("Polyhedra");
Pkg.add("CDDLib");'
- julia -e 'cd(Pkg.dir("LazySets")); include(joinpath("docs", "make.jl"))'
Expand Down
8 changes: 3 additions & 5 deletions Project_tmp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ author = ["Marcelo Forets",
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"
GLPKMathProgInterface = "3c7084bd-78ad-589a-b5bb-dbd673274bea"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand All @@ -24,16 +22,16 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Compat = "1.0"
Expokit = "0.2"
GLPKMathProgInterface = "0.4"
GR = "0.32"
IntervalArithmetic = "0.14"
MathProgBase = "0.7"
Plots = "0.19"
RecipesBase = "0.5"
Requires = "0.5"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"

[targets]
# add targets here, e.g., for testing (define new packages under 'extras')
test = ["Documenter"]
test = ["Documenter", "Plots", "GR"]
2 changes: 0 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ julia 0.6
Compat 1.0
Expokit 0.1
GLPKMathProgInterface 0.4
GR 0.32
IntervalArithmetic 0.14
MathProgBase 0.7
Plots 0.17
RecipesBase 0.3
Requires 0.4
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ if test_suite_doctests
# NOTE: can be removed when using a Project.toml file
using Pkg
Pkg.add("Documenter")
Pkg.add("Plots")
Pkg.add("GR")
end
using Documenter
@time @testset "LazySets.doctests" begin include("../docs/make_doctests_only.jl") end
Expand Down

0 comments on commit 450261c

Please sign in to comment.