We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f74d commit e20b51bCopy full SHA for e20b51b
lib/OptimizationOptimJL/Project.toml
@@ -6,13 +6,14 @@ version = "0.3.2"
6
[deps]
7
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
8
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
9
+PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
10
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
-PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
12
13
[compat]
14
Optim = "1"
15
Optimization = "3.21"
16
+PrecompileTools = "1"
17
Reexport = "1.2"
18
SparseArrays = "1.6"
19
julia = "1.6"
0 commit comments