-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
58 lines (54 loc) · 2.15 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name = "ECharts"
uuid = "f9630f5b-a116-5b0c-bd6c-4699aee17694"
version = "0.6.0"
[deps]
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NoveltyColors = "8f4894fe-55b9-5d5d-ac02-aa6554b49763"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
[compat]
Blink = "^0.12.0"
ColorBrewer = "^0.4.0"
DataFrames = "^0.22.0"
Distributions = "^0.24.0"
HTTP = "^0.9.0"
JSExpr = "^0.5.2"
JSON = "^0.21.0"
KernelDensity = "^0.6.0"
NoveltyColors = "^0.5.0"
Parameters = "^0.12.0"
RDatasets = "^0.7.0"
StatsBase = "^0.33.0"
WebIO = "^0.8.0"
julia = "^1.1.0"
[extras]
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
NoveltyColors = "8f4894fe-55b9-5d5d-ac02-aa6554b49763"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
[targets]
test = ["CSV", "Test", "Distributions", "NoveltyColors", "JSExpr", "JSON", "StatsBase", "KernelDensity", "Blink", "RDatasets", "RData", "ColorBrewer", "WebIO", "DataFrames", "Parameters"]