Skip to content

Commit

Permalink
CompatHelper: bump compat for NLopt to 1 for package OptimizationNLop…
Browse files Browse the repository at this point in the history
…t, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Aug 20, 2023
1 parent eaf7793 commit 720d9b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/OptimizationNLopt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.8"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
NLopt = "0.6"
NLopt = "0.6, 1"
Optimization = "3.15"
Reexport = "1.2"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 720d9b4

Please sign in to comment.