-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
31 lines (27 loc) · 914 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
name = "VegaGraphs"
uuid = "b70ae43e-8b10-498b-8b78-d7ac4377d41d"
authors = ["davibarreira <[email protected]> and contributors"]
version = "0.1.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
[compat]
DataFrames = "0.22, 1.0"
DataStructures = "0.17, 0.18"
GraphPlot = "0.4"
LightGraphs = "1.3"
MetaGraphs = "0.6"
SimpleWeightedGraphs = "1.1"
VegaLite = "2.4"
julia = "1"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]