-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
28 lines (24 loc) · 893 Bytes
/
Project.toml
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
name = "DynamicNLPModels"
uuid = "18c187db-a9a9-4c13-a1b2-7cf0a4f6591a"
authors = ["David Cole <[email protected]", "Sungho Shin <[email protected]>", "Francois Pacaud <[email protected]>"]
version = "0.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
QuadraticModels = "f468eda6-eac5-11e8-05a5-ff9e497bcd19"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
CUDA = "3.11"
LinearOperators = "2.3.2"
NLPModels = "0.18"
QuadraticModels = "0.7.2"
julia = "^1.6.0"
[extras]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["JuMP", "MadNLP", "Random", "Test"]