-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
28 lines (24 loc) · 873 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
name = "SankeyPlots"
uuid = "8fd88ec8-d95c-41fc-b299-05f2225f2cc5"
authors = ["Daniel Schwabeneder <[email protected]> and Davide Fioriti <[email protected]>"]
version = "0.3.0"
[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
Graphs = "1.10"
LayeredLayouts = "0.2.10"
MetaGraphs = "0.8"
Plots = "1.35"
julia = "1"
[extras]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ImageIO", "Plots", "ReferenceTests", "Test"]