-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 814 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 814 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
name = "QuadraticModels"
uuid = "f468eda6-eac5-11e8-05a5-ff9e497bcd19"
version = "0.9.15"
[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"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCOO = "fa32481b-f100-4b48-8dc8-c62f61b13870"
[weakdeps]
QPSReader = "10f199a5-22af-520b-b891-7ce84a7b1bd0"
[extensions]
QuadraticModelsQPSReaderExt = "QPSReader"
[compat]
LinearAlgebra = "1.10"
LinearOperators = "2.3"
NLPModels = "0.21.5"
NLPModelsModifiers = "0.7"
QPSReader = "0.2.1"
SolverCore = "0.3"
SparseArrays = "1.10"
SparseMatricesCOO = "0.2.4"
julia = "1.10"