-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
37 lines (31 loc) · 926 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name = "ControlPlots"
uuid = "23c2ee80-7a9e-4350-b264-8e670f12517c"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.2.7"
[deps]
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
[weakdeps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
[extensions]
ControlPlotsExt = "ControlSystemsBase"
[compat]
Aqua = "0.8"
ControlSystemsBase = "1"
JLD2 = "~0.3, ~0.4, ~0.5"
LaTeXStrings = "1"
Pkg = "1"
Printf = "1"
PyPlot = "~2.11"
StaticArraysCore = "1.4"
Test = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
[targets]
test = ["Test", "Aqua", "ControlSystemsBase"]