Skip to content

Commit 4666bab

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for NamedGraphs to 0.8, (keep existing compat) (#49)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: mtfishman <mfishman@flatironinstitute.org>
1 parent 122bb59 commit 4666bab

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
pkg:
2020
- 'ITensorNetworks'
21+
- 'ITensorNetworksNext'
2122
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2223
with:
2324
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataGraphs"
22
uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
3+
version = "0.2.10"
34
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
4-
version = "0.2.9"
55

66
[deps]
77
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
@@ -16,11 +16,11 @@ GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
1616
DataGraphsGraphsFlowsExt = "GraphsFlows"
1717

1818
[compat]
19-
Dictionaries = "0.4.0"
20-
Graphs = "1.0.0"
19+
Dictionaries = "0.4"
20+
Graphs = "1"
2121
GraphsFlows = "0.1.1"
22-
NamedGraphs = "0.6.9, 0.7.0"
23-
SimpleTraits = "0.9.0"
22+
NamedGraphs = "0.6.9, 0.7, 0.8"
23+
SimpleTraits = "0.9"
2424
julia = "1.7"
2525

2626
[extras]

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
55

66
[compat]
77
DataGraphs = "0.2.6"
8-
Graphs = "1.12.0"
9-
NamedGraphs = "0.6.5, 0.7.0"
8+
Graphs = "1.12"
9+
NamedGraphs = "0.6.5, 0.7, 0.8"

test/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313
Aqua = "0.8.11"
1414
DataGraphs = "0.2.6"
1515
Dictionaries = "0.4.4"
16-
Graphs = "1.12.0"
16+
Graphs = "1.12"
1717
GraphsFlows = "0.1.1"
18-
NamedGraphs = "0.6.6, 0.7.0"
19-
SafeTestsets = "0.1.0"
18+
NamedGraphs = "0.6.6, 0.7, 0.8"
19+
SafeTestsets = "0.1"
2020
Suppressor = "0.2.8"
21-
Test = "1.10.0"
21+
Test = "1.10"

0 commit comments

Comments
 (0)