Skip to content

Commit e20b51b

Browse files
author
CompatHelper Julia
committed
CompatHelper: add new compat entry for PrecompileTools at version 1 for package OptimizationOptimJL, (keep existing compat)
1 parent 9c4f74d commit e20b51b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/OptimizationOptimJL/Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ version = "0.3.2"
66
[deps]
77
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
88
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
9+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
910
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1011
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11-
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1212

1313
[compat]
1414
Optim = "1"
1515
Optimization = "3.21"
16+
PrecompileTools = "1"
1617
Reexport = "1.2"
1718
SparseArrays = "1.6"
1819
julia = "1.6"

0 commit comments

Comments
 (0)