-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (28 loc) · 1003 Bytes
/
Copy pathProject.toml
File metadata and controls
31 lines (28 loc) · 1003 Bytes
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 = "DynamicWorkflow"
uuid = "61ab1198-09f6-40be-823d-566e36da65b4"
authors = ["Guoyuan Liu <liuguoyuan01@outlook.com>", "Junfeng Qiao", "Aleksandr Poliukhin"]
version = "0.1.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
DocStringExtensions = "0.9.5"
GraphMakie = "0.5"
Graphs = "1"
Makie = "0.22"
NetworkLayout = "0.4"
OrderedCollections = "1"
PrettyTables = "2"
Reexport = "1"
julia = "1.11"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"