Skip to content

Commit d13883b

Browse files
mtfishmanclaude
andauthored
Bump TensorAlgebra compat to 0.8, NamedDimsArrays to 0.15 (#164)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d876ca5 commit d13883b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 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.21"
3+
version = "0.9.22"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -38,9 +38,9 @@ FunctionImplementations = "0.4"
3838
GPUArraysCore = "0.2"
3939
LinearAlgebra = "1.10"
4040
MapBroadcast = "0.1.5"
41-
NamedDimsArrays = "0.13, 0.14"
41+
NamedDimsArrays = "0.13, 0.14, 0.15"
4242
Random = "1.10"
4343
SparseArrays = "1.10"
44-
TensorAlgebra = "0.6.2, 0.7"
44+
TensorAlgebra = "0.6.2, 0.7, 0.8"
4545
TypeParameterAccessors = "0.4.3"
4646
julia = "1.10"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ FunctionImplementations = "0.4"
3131
ITensorPkgSkeleton = "0.3.42"
3232
JLArrays = "0.2, 0.3"
3333
LinearAlgebra = "<0.0.1, 1"
34-
NamedDimsArrays = "0.13, 0.14"
34+
NamedDimsArrays = "0.13, 0.14, 0.15"
3535
Random = "<0.0.1, 1"
3636
SafeTestsets = "0.1"
3737
SparseArrays = "1.10"
3838
SparseArraysBase = "0.9"
3939
StableRNGs = "1.0.2"
4040
Suppressor = "0.2.8"
41-
TensorAlgebra = "0.6, 0.7"
41+
TensorAlgebra = "0.6, 0.7, 0.8"
4242
Test = "<0.0.1, 1"

0 commit comments

Comments
 (0)