Skip to content

Commit

Permalink
Bump compat (#142)
Browse files Browse the repository at this point in the history
* Add compat for Base packages

* Add test/Project.toml

* Add missing packages in tests
  • Loading branch information
tmigot authored Jan 25, 2024
1 parent a615604 commit 56ddd24
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
HSL = "0.3"
Krylov = "0.8, 0.9"
LDLFactorizations = "0.8.1, 0.9, 0.10"
LinearAlgebra = "1"
NLPModels = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
Printf = "1"
SolverCore = "0.3"
SolverTools = "0.6, 0.7, 0.8"
SparseArrays = "1"
julia = "^1.6.0"

[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NLPModelsTest = "7998695d-6960-4d3a-85c4-e1bceb8cd856"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SolverTest = "4343dc35-3317-4c6e-8877-f0cc8502c90e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ADNLPModels", "BenchmarkTools", "Logging", "NLPModelsTest", "Random", "SolverTest", "Test"]
29 changes: 29 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
HSL = "34c5aeac-e683-54a6-a0e9-6e0fdc586c50"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsTest = "7998695d-6960-4d3a-85c4-e1bceb8cd856"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SolverTest = "4343dc35-3317-4c6e-8877-f0cc8502c90e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ADNLPModels = "0.7.0"
BenchmarkTools = "1.4.0"
HSL = "0.3"
Krylov = "0.9"
LinearAlgebra = "1"
Logging = "1"
NLPModels = "0.20"
NLPModelsTest = "0.9.1"
Random = "1"
SparseArrays = "1"
SolverCore = "0.3"
SolverTest = "0.3.11"
Test = "1"

0 comments on commit 56ddd24

Please sign in to comment.