-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 810 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 810 Bytes
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
name = "POMDPModels"
uuid = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
repo = "https://github.com/JuliaPOMDP/POMDPModels.jl"
version = "0.4.22"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ColorSchemes = "3"
Compose = "0.7, 0.8, 0.9"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
POMDPTools = "0.1, 1"
POMDPs = "0.8, 0.9, 1"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
julia = "1"