Skip to content

Commit e8af7ed

Browse files
authored
Apply workspace patch (#136)
1 parent 2a0acad commit e8af7ed

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

Project.toml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name = "NamedGraphs"
22
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
3-
version = "0.10.14"
3+
version = "0.10.15"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
8+
69
[deps]
710
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
811
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -49,15 +52,3 @@ SplitApplyCombine = "1.2.2"
4952
Suppressor = "0.2"
5053
SymRCM = "0.2.1"
5154
julia = "1.7"
52-
53-
[extras]
54-
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
55-
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
56-
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
57-
SimpleGraphAlgorithms = "41400c72-0c58-5c16-8579-4ecbce768449"
58-
SimpleGraphConverter = "205b04f2-f585-4877-a239-566270b3f673"
59-
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
60-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
61-
62-
[targets]
63-
test = ["Test"]

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
44
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
55

6+
[sources.NamedGraphs]
7+
path = ".."
8+
69
[compat]
710
Documenter = "1.10"
811
Literate = "2.20.1"

examples/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
21
[deps]
32
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
43
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
54

5+
[sources.NamedGraphs]
6+
path = ".."
7+
68
[compat]
79
Graphs = "1.12"
810
NamedGraphs = "0.10"

test/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[deps]
32
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
43
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
@@ -17,6 +16,9 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1716
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
1817
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1918

19+
[sources.NamedGraphs]
20+
path = ".."
21+
2022
[compat]
2123
AbstractTrees = "0.4.5"
2224
Aqua = "0.8.11"

0 commit comments

Comments
 (0)