-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
31 lines (27 loc) · 925 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
name = "MCVI"
uuid = "30d33687-f7ed-5b0d-8b26-3dc9b7abd572"
repo = "https://github.com/JuliaPOMDP/MCVI.jl"
version = "0.3.4"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
JSON = "0.21"
POMDPLinter = "0.1"
POMDPs = "0.9, 1"
ParticleFilters = "0.5"
Statistics = "1"
julia = "1"
[extras]
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["POMDPModels", "POMDPTools", "Test"]