-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (36 loc) · 1.33 KB
/
Project.toml
File metadata and controls
42 lines (36 loc) · 1.33 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
name = "SelectedInversion"
uuid = "043bf095-3f01-458a-9f1c-8cf4448fe908"
authors = ["Tim Weiland <hello@timwei.land> and contributors"]
version = "0.2.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
[extensions]
SelectedInversionLDLFactorizations = ["LDLFactorizations"]
[compat]
Aqua = "0.8"
JLD = "0.13"
LDLFactorizations = "0.10"
LinearAlgebra = "<0.0.1, 1"
MatrixMarket = "0.5"
PrecompileTools = "1"
Random = "<0.0.1, 1"
SparseArrays = "<0.0.1, 1"
SuiteSparseMatrixCollection = "0.5"
Test = "<0.0.1, 1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparseMatrixCollection = "ac199af8-68bc-55b8-82c4-7abd6f96ed98"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "JLD", "LDLFactorizations", "LinearAlgebra", "Random", "SparseArrays", "MatrixMarket", "SuiteSparseMatrixCollection"]