Skip to content

Commit

Permalink
Bump to NLPModels 0.21 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored May 16, 2024
1 parent d3c866e commit a35dcb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ HSL = "0.3, 0.4"
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"
NLPModels = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
Printf = "1"
SolverCore = "0.3"
SolverTools = "0.6, 0.7, 0.8"
SolverTools = "0.6, 0.7, 0.8, 0.9"
SparseArrays = "1"
julia = "^1.6.0"
6 changes: 3 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ HSL = "0.4"
Krylov = "0.9"
LinearAlgebra = "1"
Logging = "1"
NLPModels = "0.20"
NLPModelsTest = "0.9.1"
NLPModels = "0.21"
NLPModelsTest = "0.10"
Random = "1"
SparseArrays = "1"
SolverCore = "0.3"
SolverTest = "0.3.11"
SolverTest = "0.3"
Test = "1"

0 comments on commit a35dcb7

Please sign in to comment.