Skip to content

Commit 8f2f660

Browse files
authored
Upgrade to SparseArraysBase v0.5 (#57)
1 parent c7b643e commit 8f2f660

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ FillArrays = "1.13.0"
3232
GradedUnitRanges = "0.1.4"
3333
LinearAlgebra = "1.10"
3434
MapBroadcast = "0.1.5"
35-
NamedDimsArrays = "0.5.0"
36-
SparseArraysBase = "0.4"
35+
NamedDimsArrays = "0.5"
36+
SparseArraysBase = "0.5"
3737
UnallocatedArrays = "0.1.1"
3838
UnspecifiedTypes = "0.1.1"
39-
VectorInterface = "0.5.0"
39+
VectorInterface = "0.5"
4040
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GradedUnitRanges = "0.1"
2222
ITensorBase = "0.1"
2323
NamedDimsArrays = "0.5"
2424
SafeTestsets = "0.1"
25-
SparseArraysBase = "0.4"
25+
SparseArraysBase = "0.5"
2626
Suppressor = "0.2"
2727
SymmetrySectors = "0.1"
2828
Test = "1.10"

0 commit comments

Comments
 (0)