-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (25 loc) · 865 Bytes
/
Project.toml
File metadata and controls
30 lines (25 loc) · 865 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
name = "DataGraphs"
uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
version = "0.4.1"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
[workspace]
projects = ["benchmark", "dev", "docs", "examples", "test"]
[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
[weakdeps]
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
ITensorVisualizationBase = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
[extensions]
DataGraphsGraphsFlowsExt = "GraphsFlows"
DataGraphsITensorVisualizationBaseExt = "ITensorVisualizationBase"
[compat]
Dictionaries = "0.4"
Graphs = "1"
GraphsFlows = "0.1.1"
ITensorVisualizationBase = "0.1"
NamedGraphs = "0.11.1"
SimpleTraits = "0.9"
julia = "1.10"