Skip to content

Commit 2a43ec7

Browse files
mtfishmanclaude
andauthored
Support TensorAlgebra 0.17 (#190)
## Summary Admits TensorAlgebra 0.17 in the compat bounds and adapts the TensorAlgebra extension to its updated interfaces. --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 8ffec9f commit 2a43ec7

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.10.6"
3+
version = "0.10.7"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -35,5 +35,5 @@ LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
3636
Random = "1.10"
3737
SparseArrays = "1.10"
38-
TensorAlgebra = "0.15, 0.16"
38+
TensorAlgebra = "0.15, 0.16, 0.17"
3939
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ SparseArrays = "1.10"
3434
SparseArraysBase = "0.10"
3535
StableRNGs = "1.0.2"
3636
Suppressor = "0.2.8"
37-
TensorAlgebra = "0.15, 0.16"
37+
TensorAlgebra = "0.15, 0.16, 0.17"
3838
Test = "<0.0.1, 1"

0 commit comments

Comments
 (0)