Skip to content

Commit 8f577b8

Browse files
authored
Add TensorAlgebra v0.9 compat (#254)
1 parent ef21782 commit 8f577b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3-
version = "0.10.36"
3+
version = "0.10.37"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -44,6 +44,6 @@ MapBroadcast = "0.1.5"
4444
MatrixAlgebraKit = "0.6"
4545
SparseArraysBase = "0.9"
4646
SplitApplyCombine = "1.2.3"
47-
TensorAlgebra = "0.6.2, 0.7, 0.8"
47+
TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9"
4848
TypeParameterAccessors = "0.4.1"
4949
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SafeTestsets = "0.1"
4242
SparseArraysBase = "0.9"
4343
StableRNGs = "1"
4444
Suppressor = "0.2"
45-
TensorAlgebra = "0.6, 0.7, 0.8"
45+
TensorAlgebra = "0.6, 0.7, 0.8, 0.9"
4646
Test = "1.10"
4747
TestExtras = "0.3"
4848
TypeParameterAccessors = "0.4"

0 commit comments

Comments
 (0)