-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
43 lines (37 loc) · 1.05 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
38
39
40
41
42
43
name = "DataFlowTasks"
uuid = "d1549cb6-e9f4-42f8-98cc-ffc8d067ff5b"
version = "0.2.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[weakdeps]
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
DataFlowTasks_GraphViz_Ext = "GraphViz"
DataFlowTasks_Makie_Ext = "Makie"
[compat]
Aqua = "0.8"
Compat = "3.42, 4"
GraphViz = "0.2"
LinearAlgebra = "1"
Makie = "0.19, 0.20"
OrderedCollections = "1.6.3"
Pkg = "1.6"
Printf = "1"
Scratch = "1"
Test = "1"
TOML = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]