-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
29 lines (27 loc) · 845 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
name = "THTS"
uuid = "6a918302-f22c-4708-a42c-c3d98e732581"
authors = ["sarulinkaa82"]
version = "1.0.0-DEV"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
D3Trees = "e3df1716-f71e-5df9-9e2d-98e193103c45"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FiniteHorizonPOMDPs = "8a13bbfe-798e-11e9-2f1c-eba9ee5ef093"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.10.15"
D3Trees = "0.3.3"
DataFrames = "1.7.0"
Dates = "1.11.0"
FiniteHorizonPOMDPs = "0.4.1"
Logging = "1"
POMDPLinter = "0.1.2"
POMDPTools = "1.1.0"
POMDPs = "1.0.0"
StatsBase = "0.34.3"
julia = "1.9"