-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
37 lines (33 loc) · 1.28 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 = "MINDFulGLMakieApp"
uuid = "fe64369a-5250-4e78-869b-a80445f84163"
version = "0.1.0"
[deps]
AttributeGraphs = "d091dd56-f8c5-469d-b7f7-ff847498145f"
DiscreteEvents = "127e53a7-d08a-4bd9-afb0-daf0d2b65a85"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GraphIO = "aa1b3936-2fda-51b9-ab35-c553d3a640a2"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MINDFul = "437ce7a4-cd80-4539-9a29-b274cfe157d6"
MINDFulCompanion = "51b1db7e-1a2e-4318-af53-61c13e101964"
MINDFulMakie = "23b02573-35f2-499b-a490-fd32d1f018b6"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NestedGraphMakie = "6f6f4c20-e954-4c6d-a185-c2fbf890196e"
NestedGraphs = "03c36417-ddab-428a-818d-5359aee292ef"
NestedGraphsIO = "4bcdce80-1129-4e34-b1b9-f101712b434d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RemoteREPL = "1bd9f7bb-701c-4338-bec7-ac987af7c555"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
GraphMakie = "0.5.5"
MINDFul = "0.2"
NestedGraphMakie = "0.1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]