Skip to content

Commit

Permalink
remove GR from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Sep 22, 2018
1 parent 1c9d6d8 commit 998b70a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ after_success:
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
5 changes: 2 additions & 3 deletions Project_tmp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Expand All @@ -23,7 +22,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Compat = "1.0"
Expokit = "0.2"
GLPKMathProgInterface = "0.4"
GR = "0.32"
IntervalArithmetic = "0.14"
MathProgBase = "0.7"
RecipesBase = "0.5"
Expand All @@ -32,7 +30,8 @@ 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", "Plots"]
test = ["Documenter", "Plots", "GR"]
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ julia 0.6
Compat 1.0
Expokit 0.1
GLPKMathProgInterface 0.4
GR 0.32
IntervalArithmetic 0.14
MathProgBase 0.7
RecipesBase 0.3
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if test_suite_doctests
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 998b70a

Please sign in to comment.