-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (31 loc) · 1.03 KB
/
Project.toml
File metadata and controls
37 lines (31 loc) · 1.03 KB
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
33
34
35
36
37
name = "ParametricDAQP"
uuid = "19f72acb-e2a9-45c8-96b9-4d5487c8db2e"
version = "0.6.1"
authors = ["Daniel Arnström <daniel.arnstrom@gmail.com>"]
[deps]
BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
DAQPBase = "833476c3-a8c0-4073-9b64-6473509843fe"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PolyDAQP = "be5c70c9-e47a-4559-82a9-cba980583202"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[weakdeps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
[extensions]
JuMPExt = ["JuMP"]
MathOptInterfaceExt = ["MathOptInterface"]
[compat]
BitIntegers = "0.3.5"
DAQPBase = "~0.4.0"
PolyDAQP = "~0.4.0"
ProgressMeter = "1.11.0"
RecipesBase = "1.3.0"
julia = "1.6"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "BenchmarkTools"]