forked from JuliaPolyhedra/Polyhedra.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 1.02 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "Polyhedra"
uuid = "67491407-f73d-577b-9b50-8179a7c68029"
repo = "https://github.com/JuliaPolyhedra/Polyhedra.jl.git"
version = "0.6.16"
[deps]
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
GenericLinearAlgebra = "0.2"
GeometryBasics = "0.2, 0.3, 0.4"
JuMP = "0.21"
MutableArithmetics = "0.2"
RecipesBase = "0.7, 0.8, 1.0"
StaticArrays = "0.12, 1.0"
julia = "1"
[extras]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Combinatorics", "GLPK", "Literate", "Test"]