-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (35 loc) · 1.13 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
name = "Nodariety"
uuid = "ffab58b1-199d-4bd9-83d9-8aaad2b4ff2e"
authors = ["Rachel Kurchin <[email protected]>"]
version = "0.1.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
Countries = "5bf49175-83fb-4b6d-82b5-d6ded85154ae"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LongestPaths = "3a25c17e-307c-411a-a047-890a9a5fbb4d"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.8"
Cairo = "1"
Colors = "0.12"
Compose = "0.9"
Countries = "0.1"
DataFrames = "1"
Fontconfig = "0.4"
GLMakie = "0.4"
GraphMakie = "0.2"
LongestPaths = "0.2.4"
MetaGraphs = "0.7"
NetworkLayout = "0.4.6"
StatsBase = "0.33"
julia = "1.6"