Skip to content

Commit 50a18b9

Browse files
committed
complete Project.toml for versions and tests
1 parent 33400a1 commit 50a18b9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1111

1212
[compat]
13+
ADNLPModels = "^0.3"
14+
NLPModels = "0.16, 0.17, 0.18"
1315
Requires = "1"
1416
julia = "^1.3.0"
1517

1618
[extras]
1719
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
1820
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
21+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
22+
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1923
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2024

2125
[targets]
22-
test = ["ADNLPModels", "DifferentialEquations", "Test"]
26+
test = ["ADNLPModels", "DifferentialEquations", "LinearAlgebra", "NLPModels", "Test"]
2327

0 commit comments

Comments
 (0)