Skip to content

Commit

Permalink
CompatHelper: add new compat entry for PrecompileTools at version 1 f…
Browse files Browse the repository at this point in the history
…or package OptimizationOptimJL, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Aug 29, 2024
1 parent 9c4f74d commit e20b51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/OptimizationOptimJL/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ version = "0.3.2"
[deps]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"

[compat]
Optim = "1"
Optimization = "3.21"
PrecompileTools = "1"
Reexport = "1.2"
SparseArrays = "1.6"
julia = "1.6"
Expand Down

0 comments on commit e20b51b

Please sign in to comment.