Skip to content

Commit

Permalink
put comput bound on LinearOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Mar 1, 2024
1 parent 41e6258 commit eaff35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "NonconvexPercival"
uuid = "4296f080-e499-44ba-a02c-ae40015c44d5"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModelsModifiers = "e01155f1-5c6f-4375-a9d8-616dd036575f"
NonconvexCore = "035190e5-69f1-488f-aaab-becca2889735"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Expand All @@ -14,6 +15,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ADNLPModels = "0.4"
LinearOperators = "< 2.7"
NLPModelsModifiers = "0.6"
NonconvexCore = "1"
Parameters = "0.12"
Expand Down

0 comments on commit eaff35d

Please sign in to comment.