Skip to content

Commit e3addcf

Browse files
authored
Upgrade to SparseArraysBase v0.5 (#18)
1 parent 81dd30b commit e3addcf

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 = "DiagonalArrays"
22
uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -15,5 +15,5 @@ ArrayLayouts = "1.10.4"
1515
DerivableInterfaces = "0.3.7"
1616
FillArrays = "1.13.0"
1717
LinearAlgebra = "1.10.0"
18-
SparseArraysBase = "0.4"
18+
SparseArraysBase = "0.5"
1919
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ DiagonalArrays = "0.3"
1414
FillArrays = "1"
1515
LinearAlgebra = "1"
1616
SafeTestsets = "0.1"
17-
SparseArraysBase = "0.4"
17+
SparseArraysBase = "0.5"
1818
Suppressor = "0.2"
1919
Test = "1"

0 commit comments

Comments
 (0)