Skip to content

Commit

Permalink
Bump KiteUtils to 0.7.8, remove Plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 2, 2024
1 parent 83c057d commit 35b0b41
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"

[compat]
KiteUtils = "0.7.2"
Parameters = "0.12"
KiteUtils = "0.7.8"
julia = "1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Plots", "ControlPlots", "BenchmarkTools", "LaTeXStrings"]
test = ["Test", "ControlPlots", "BenchmarkTools", "LaTeXStrings"]

0 comments on commit 35b0b41

Please sign in to comment.