-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathProject.toml
39 lines (35 loc) · 1.23 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
name = "BasicPOMCP"
uuid = "d721219e-3fc6-5570-a8ef-e5402f47c49e"
repo = "https://github.com/JuliaPOMDP/BasicPOMCP.jl"
version = "0.3.11"
[deps]
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
D3Trees = "e3df1716-f71e-5df9-9e2d-98e193103c45"
MCTS = "e12ccd36-dcad-5f33-8774-9175229e7b33"
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
CPUTime = "1"
Colors = "0.9, 0.10, 0.11, 0.12"
D3Trees = "0.3"
MCTS = "0.4, 0.5"
POMDPLinter = "0.1"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
Parameters = "0.12"
ParticleFilters = "0.5"
julia = "1.1"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
POMDPTesting = "92e6a534-49c2-5324-9027-86e3c861ab81"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["POMDPModels", "POMDPTesting", "NBInclude", "Test", "Distributions"]