Skip to content

Commit

Permalink
remove BayesOpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 29, 2024
1 parent de06d8c commit bd62e36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ YAML = "0.4.9"
julia = "1.9,1.10"

[extras]
BayesOpt = "8b8fa57b-2f72-5ccd-8d28-750de228707b"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
Joysticks = "82f05805-4863-42dc-b1a7-0852bd62c632"
Expand All @@ -45,4 +44,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "BenchmarkTools", "PackageCompiler", "KiteViewers", "KitePodModels", "KiteModels", "Joysticks", "StatsBase", "NativeFileDialog", "LaTeXStrings", "ControlPlots", "BayesOpt"]
test = ["Test", "BenchmarkTools", "PackageCompiler", "KiteViewers", "KitePodModels", "KiteModels", "Joysticks", "StatsBase", "NativeFileDialog", "LaTeXStrings", "ControlPlots"]

0 comments on commit bd62e36

Please sign in to comment.