-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
51 lines (43 loc) · 1.48 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name = "QuanserInterface"
uuid = "d7748c0a-89fb-413b-a9f0-29aba34b281f"
authors = ["Fredrik Bagge Carlson"]
version = "1.0.0-DEV"
[deps]
CBinding = "d43a6710-96b8-4a2d-833c-c424785e5374"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
ControlSystemIdentification = "3abffc1c-5106-53b7-b354-a47bfc086282"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DiscretePIDs = "c1363496-6848-4723-8758-079b737f6baf"
HardwareAbstractions = "9ac91abb-62f4-42c0-88e8-83732e93d543"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LowLevelParticleFilters = "d9d29d28-c116-5dba-9239-57a5fe23875b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
RobustAndOptimalControl = "21fd56a4-db03-40ee-82ee-a87907bee541"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
[extensions]
QuanserInterfacePythonCallExt = ["PythonCall"]
[compat]
CBinding = "1.0.10"
CEnum = "0.4.2"
Clang = "0.17.6"
ControlSystemIdentification = "2.6"
ControlSystemsBase = "1.7.0"
DSP = "0.7.8"
DiscretePIDs = "0.1.3"
HardwareAbstractions = "0.1.0"
LowLevelParticleFilters = "3.3.5"
Preferences = "1.4"
PythonCall = "0.9.13"
RobustAndOptimalControl = "0.4.27"
StaticArrays = "1.5"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
[targets]
test = ["Test"]