We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a2b32 commit 33058e8Copy full SHA for 33058e8
Project.toml
@@ -0,0 +1,17 @@
1
+name = "StaticGraphs"
2
+uuid = "4c8beaf5-199b-59a0-a7f2-21d17de635b6"
3
+
4
+[deps]
5
+JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
6
+LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
7
+SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
8
9
+[compat]
10
+LightGraphs = "≥ 1.0.2"
11
+julia = "≥ 1.0.0"
12
13
+[extras]
14
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
16
+[targets]
17
+test = ["Test"]
0 commit comments