Skip to content

Commit 79c80e2

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for SparseArraysBase in [weakdeps] to 0.6, (keep existing compat) (#79)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
1 parent 20b3b88 commit 79c80e2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 <support@itensor.org> and contributors"]
4-
version = "0.2.8"
4+
version = "0.2.9"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -34,7 +34,7 @@ GradedArrays = "0.4"
3434
LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
3636
NamedDimsArrays = "0.7"
37-
SparseArraysBase = "0.5"
37+
SparseArraysBase = "0.7"
3838
TensorAlgebra = "0.3"
3939
UnallocatedArrays = "0.1.1"
4040
UnspecifiedTypes = "0.1.1"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616
[compat]
1717
Aqua = "0.8.9"
1818
BlockArrays = "1"
19-
BlockSparseArrays = "0.6, 0.7"
19+
BlockSparseArrays = "0.8"
2020
DiagonalArrays = "0.3"
2121
GradedArrays = "0.4"
2222
ITensorBase = "0.2"
2323
NamedDimsArrays = "0.7"
2424
SafeTestsets = "0.1"
25-
SparseArraysBase = "0.5"
25+
SparseArraysBase = "0.7"
2626
Suppressor = "0.2"
2727
TensorAlgebra = "0.3"
2828
Test = "1.10"

0 commit comments

Comments
 (0)