Skip to content

Commit 94593db

Browse files
authored
Add TensorAlgebra v0.9 compat (#168)
1 parent 71afdd7 commit 94593db

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 = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.9.22"
3+
version = "0.9.23"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -41,6 +41,6 @@ MapBroadcast = "0.1.5"
4141
NamedDimsArrays = "0.13, 0.14, 0.15"
4242
Random = "1.10"
4343
SparseArrays = "1.10"
44-
TensorAlgebra = "0.6.2, 0.7, 0.8"
44+
TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9"
4545
TypeParameterAccessors = "0.4.3"
4646
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ SparseArrays = "1.10"
3838
SparseArraysBase = "0.9"
3939
StableRNGs = "1.0.2"
4040
Suppressor = "0.2.8"
41-
TensorAlgebra = "0.6, 0.7, 0.8"
41+
TensorAlgebra = "0.6, 0.7, 0.8, 0.9"
4242
Test = "<0.0.1, 1"

0 commit comments

Comments
 (0)