Skip to content

Commit c7b643e

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for DiagonalArrays in [weakdeps] to 0.3, (keep existing compat) (#55)
* CompatHelper: bump compat for DiagonalArrays in [weakdeps] to 0.3, (keep existing compat) * Bump test version --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent 94198b6 commit c7b643e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.22"
4+
version = "0.1.23"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -27,7 +27,7 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"]
2727
[compat]
2828
Accessors = "0.1.39"
2929
DerivableInterfaces = "0.3.7"
30-
DiagonalArrays = "0.2.3"
30+
DiagonalArrays = "0.3"
3131
FillArrays = "1.13.0"
3232
GradedUnitRanges = "0.1.4"
3333
LinearAlgebra = "1.10"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616
[compat]
1717
Aqua = "0.8.9"
1818
BlockArrays = "1"
19-
BlockSparseArrays = "0.2, 0.3"
20-
DiagonalArrays = "0.2"
19+
BlockSparseArrays = "0.3"
20+
DiagonalArrays = "0.3"
2121
GradedUnitRanges = "0.1"
2222
ITensorBase = "0.1"
2323
NamedDimsArrays = "0.5"

0 commit comments

Comments
 (0)