forked from CU-ADCL/DMUStudent.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (50 loc) · 1.72 KB
/
Project.toml
File metadata and controls
52 lines (50 loc) · 1.72 KB
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
name = "DMUStudent"
uuid = "a176809d-bc77-421e-b60b-7b215d415e6e"
authors = ["Zachary Sunberg <sunbergzach@gmail.com>"]
version = "1.3.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
D3Trees = "e3df1716-f71e-5df9-9e2d-98e193103c45"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiscreteValueIteration = "4b033969-44f6-5439-a48b-c11fa3648068"
Discretizers = "6e83dbb3-75ca-525b-8ae2-3751f0dd50b4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Nettle = "49dea1ee-f6fa-5aa6-9a11-8816cee7d4b9"
Obfuscatee = "4b331413-18b5-5698-88d1-0abf3b5dfc34"
POMDPModelTools = "08074719-1b2a-587c-a292-00f91cc44415"
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
POMDPPolicies = "182e52fb-cfd0-5e46-8c26-fd0667c990f4"
POMDPSimulators = "e0d0a172-29c6-5d4e-96d0-f262df5d01fd"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
CSV = "0.8"
ColorSchemes = "3.10"
Colors = "0.12"
Compose = "0.9"
D3Trees = "0.3"
DataFrames = "0.22"
DiscreteValueIteration = "0.4"
Discretizers = "3"
Distributions = "0.24"
JSON = "0.21"
Nettle = "0.5"
Obfuscatee = "0.1"
POMDPModelTools = "0.3"
POMDPModels = "0.4.11"
POMDPPolicies = "0.4"
POMDPSimulators = "0.3"
POMDPs = "0.9"
Parameters = "0.12"
ProgressMeter = "1.4"
StaticArrays = "1"
UnicodePlots = "1"