-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (27 loc) · 918 Bytes
/
Project.toml
File metadata and controls
33 lines (27 loc) · 918 Bytes
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
name = "LLSModels"
uuid = "39f5bc3e-5160-4bf8-ac48-504fd2534d24"
version = "0.5.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsModifiers = "e01155f1-5c6f-4375-a9d8-616dd036575f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCOO = "fa32481b-f100-4b48-8dc8-c62f61b13870"
[weakdeps]
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
[extensions]
LLSModelsKrylovExt = ["Krylov", "NLPModels"]
[compat]
Krylov = "0.10"
LinearOperators = "2"
NLPModels = "0.21"
NLPModelsModifiers = "0.7"
SparseMatricesCOO = "0.2"
julia = "1.10"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModelsTest = "7998695d-6960-4d3a-85c4-e1bceb8cd856"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Krylov", "LinearAlgebra", "NLPModelsTest", "Test"]