We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fc50f commit 51137a1Copy full SHA for 51137a1
Project.toml
@@ -19,7 +19,8 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
19
[compat]
20
Calculus = "0.5.1"
21
ForwardDiff = "0.10"
22
-NLopt = "0.6, 1.0.0 - 1.0.1, =1.0.3"
+NLopt = "0.6, 1.0.0 - 1.0.1, =1.1.1"
23
+NLopt_jll = "=2.8.0"
24
PlotUtils = "1.4"
25
ProgressMeter = "1.10"
26
RecipesBase = "1.1"
@@ -28,6 +29,7 @@ julia = "1.7"
28
29
[extras]
30
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
31
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
32
+NLopt_jll = "079eb43e-fd8e-5478-9966-2cf3e3edb778"
33
34
[targets]
35
test = ["Test", "Plots"]
0 commit comments