Skip to content

Commit 98dc669

Browse files
ITensorBotCompatHelper Julia
andauthored
CompatHelper: bump compat for DataGraphs to 0.5, (keep existing compat) (#374)
Bumps the `DataGraphs` compat entry from `0.4.1` to `0.4.1, 0.5` in both the package `Project.toml` and the test `Project.toml`, so the package and its tests move to DataGraphs 0.5 together. This consolidates the companion test-compat bump that was originally opened separately as #375 (now closed). The full test suite passes against DataGraphs 0.5. --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent f32e189 commit 98dc669

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ITensorNetworksTensorOperationsExt = "TensorOperations"
4141
[compat]
4242
Accessors = "0.1.42"
4343
Adapt = "4"
44-
DataGraphs = "0.4.1"
44+
DataGraphs = "0.4.1, 0.5"
4545
Dictionaries = "0.4"
4646
DocStringExtensions = "0.9"
4747
Graphs = "1.8"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ path = ".."
3636
Adapt = "4.3"
3737
Aqua = "0.8.11"
3838
Compat = "4.16"
39-
DataGraphs = "0.4.1"
39+
DataGraphs = "0.4.1, 0.5"
4040
Dictionaries = "0.4.4"
4141
Glob = "1.3.1"
4242
Graphs = "1.12"

0 commit comments

Comments
 (0)