Skip to content

Commit bb387c9

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for NamedGraphs to 0.7, (keep existing compat) (#4)
Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Matt Fishman <[email protected]>
1 parent 8269686 commit bb387c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorNetworksNext"
22
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -25,7 +25,7 @@ Graphs = "1.13.1"
2525
LinearAlgebra = "1.10"
2626
MacroTools = "0.5.16"
2727
NamedDimsArrays = "0.7.13"
28-
NamedGraphs = "0.6.9"
28+
NamedGraphs = "0.6.9, 0.7"
2929
SimpleTraits = "0.9.5"
3030
SplitApplyCombine = "1.2.3"
3131
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Graphs = "1.13.1"
1717
ITensorBase = "0.2.12"
1818
ITensorNetworksNext = "0.1.1"
1919
NamedDimsArrays = "0.7.14"
20-
NamedGraphs = "0.6.8"
20+
NamedGraphs = "0.6.8, 0.7"
2121
SafeTestsets = "0.1"
2222
Suppressor = "0.2.8"
2323
Test = "1.10"

0 commit comments

Comments
 (0)