Skip to content

Commit 1f833df

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for DiagonalArrays to 0.3, (keep existing compat) (#80)
* CompatHelper: bump compat for DiagonalArrays to 0.3, (keep existing compat) * Bump test version --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent 4fe65b6 commit 1f833df

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 = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.2"
4+
version = "0.3.3"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -34,7 +34,7 @@ Aqua = "0.8.9"
3434
ArrayLayouts = "1.10.4"
3535
BlockArrays = "1.2.0"
3636
DerivableInterfaces = "0.3.8"
37-
DiagonalArrays = "0.2.2"
37+
DiagonalArrays = "0.3"
3838
Dictionaries = "0.4.3"
3939
FillArrays = "1.13.0"
4040
GPUArraysCore = "0.1.0, 0.2"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Aqua = "0.8"
2727
ArrayLayouts = "1"
2828
BlockArrays = "1"
2929
BlockSparseArrays = "0.3"
30-
DiagonalArrays = "0.2"
30+
DiagonalArrays = "0.3"
3131
GPUArraysCore = "0.2"
3232
GradedUnitRanges = "0.1"
3333
JLArrays = "0.2"

0 commit comments

Comments
 (0)