-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
80 lines (74 loc) · 2.31 KB
/
Project.toml
File metadata and controls
80 lines (74 loc) · 2.31 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name = "AOCoptimizer"
uuid = "ba4aa9bd-6938-48c2-966f-258481ba1c4a"
authors = [
"Kirill Kalinin <kkalinin@microsoft.com>",
"Christos Gkantsidis <chrisgk@microsoft.com>",
"Pedro Maciel Xavier"
]
version = "0.3.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
[extensions]
CUDAExt = "CUDA"
JuMPExt = ["JuMP", "MathOptInterface"]
[compat]
Adapt = "4.3"
Aqua = "0.8"
ArnoldiMethod = "0.4"
BFloat16s = "0.5"
CUDA = "5"
CodecBzip2 = "0.8"
Compat = "4"
CpuId = "0.3"
DataStructures = "0.18"
Dates = "1.11"
Distributions = "0.25"
IntervalSets = "0.7"
JET = "0.9"
JSON = "0.21"
JuMP = "1"
KernelAbstractions = "0.9"
LinearAlgebra = "1.11"
MathOptInterface = "1"
OrderedCollections = "1.8"
Pkg = "1.11"
PrecompileTools = "1"
Printf = "1.11"
Random = "1.11"
Sobol = "1.5"
SparseArrays = "1.11"
TOML = "1.0"
Test = "1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CodecBzip2", "JET", "JuMP", "MathOptInterface", "Test"]