Skip to content

Commit

Permalink
Drop non-compatible versions form Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed May 16, 2024
1 parent 3198a7d commit d5010fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"

[compat]
Krylov = "0.9.1"
LinearOperators = "1.1, 2.0"
NLPModels = "0.20, 0.21"
NLPModelsModifiers = "0.6, 0.7"
LinearOperators = "2.0"
NLPModels = "0.21"
NLPModelsModifiers = "0.7"
SolverCore = "0.3"
SolverTools = "0.8.6"
SolverTools = "0.9"
julia = "1.6"

[extras]
Expand Down

0 comments on commit d5010fb

Please sign in to comment.