# basic package information
name = "LazySets"
uuid = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
version = "1.5.2"
author = ["Marcelo Forets",
          "Christian Schilling",
          "Frédéric Viry"]

[deps]
# add dependencies here
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"
GLPKMathProgInterface = "3c7084bd-78ad-589a-b5bb-dbd673274bea"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
# fix dependency versions here
Compat = "1.0"
Expokit = "0.2"
GLPKMathProgInterface = "0.4"
IntervalArithmetic = "0.14"
MathProgBase = "0.7"
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", "Plots", "GR"]
