-
Notifications
You must be signed in to change notification settings - Fork 15
/
Project.toml
70 lines (64 loc) · 2.5 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name = "LowLevelParticleFilters"
uuid = "d9d29d28-c116-5dba-9239-57a5fe23875b"
authors = ["baggepinnen <[email protected]>"]
version = "3.11.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MaybeInplace = "bb5d69b7-63fc-4a16-80bd-7e42200c7bdb"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
LowLevelParticleFiltersControlSystemsBaseExt = "ControlSystemsBase"
LowLevelParticleFiltersDistributionsExt = "Distributions"
LowLevelParticleFiltersMonteCarloMeasurementsExt = "MonteCarloMeasurements"
LowLevelParticleFiltersPlotsExt = "Plots"
[compat]
ControlSystemsBase = "1"
DelimitedFiles = "1"
Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25"
ForwardDiff = "0.10"
Lazy = "0.15"
LinearAlgebra = "1.7"
LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
MaybeInplace = "0.1"
MonteCarloMeasurements = "1"
PDMats = "0.10, 0.11"
Parameters = "0.12"
Plots = "1"
Polyester = "0.6, 0.7"
Printf = "1.7"
Random = "1.7"
RecipesBase = "0.8, 1.0"
StaticArrays = "<0.13, 1"
Statistics = "1.7"
StatsAPI = "1.5"
StatsBase = "0.29,0.30,0.32, 0.33, 0.34"
julia = "1.7"
[extras]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SeeToDee = "1c904df7-48cd-41e7-921b-d889ed9a470c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ControlSystemsBase", "Distributions", "JET", "MonteCarloMeasurements", "Optim", "Test", "Plots", "SeeToDee"]