-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
32 lines (28 loc) · 874 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
30
31
32
name = "TextGraphs"
uuid = "1da7d4ca-ffb9-4e95-b99a-7e8e4561fc9a"
authors = ["fargolo <[email protected]> and contributors"]
version = "0.2.0"
[deps]
Bootstrap = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Snowball = "fb8f903a-0164-4e73-9ffe-431110250c3b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
[compat]
Bootstrap = "2"
DataFrames = "1"
Distances = "0.10"
Graphs = "1.4"
MetaGraphs = "0.6, 0.7"
RCall = "0.13"
Snowball = "0.1"
WordTokenizers = "0.5"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]