Skip to content

Commit

Permalink
CompatHelper: bump compat for NLPModels to 0.21, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia authored and frapac committed Jul 15, 2024
1 parent 2e301da commit 752328f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MadNLPMOI = "MathOptInterface"
MINLPTests = "~0.5"
MadNLPTests = "0.5"
MathOptInterface = "1"
NLPModels = "~0.17.2, 0.18, 0.19, 0.20"
NLPModels = "~0.17.2, 0.18, 0.19, 0.20, 0.21"
SolverCore = "~0.3"
LDLFactorizations = "0.10"
julia = "1.9"
Expand Down
6 changes: 3 additions & 3 deletions lib/MadNLPTests/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
JuMP = "1"
MadNLP = "0.5, 0.6, 0.7, 0.8"
NLPModels = "~0.17.2, 0.18, 0.19, 0.20"
NLPModelsJuMP = "0.12"
julia = "1.6"
NLPModels = "~0.17.2, 0.18, 0.19, 0.20, 0.21"
NLPModelsJuMP = "0.12, 0.13"
julia = "1.6"

0 comments on commit 752328f

Please sign in to comment.