-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (31 loc) · 1.07 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
name = "WordCloud"
uuid = "6385f0a0-cb03-45b6-9089-4e0acc74b26b"
authors = ["guoyongzhi <[email protected]>"]
version = "1.3.1"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
LanguageIdentification = "35248bf2-58a5-46a0-9b1d-c0a73a50a105"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StopWords = "35248bf2-58a5-46a0-9b1d-c0a73a50a107"
Stuffing = "4175e07e-e5b7-423e-8796-3ea7f6d48281"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[compat]
ColorSchemes = "3"
Colors = "0.9, 0.10, 0.11, 0.12, 0.13"
FileIO = "1"
Fontconfig = "0.4"
ImageTransformations = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
LanguageIdentification = "1.0.1"
Luxor = "3.6, 4"
Statistics = "1"
StopWords = "1.0.1"
Stuffing = "0.10"
XML = "0.3.3"
julia = "1.9"