Skip to content

Commit 136be30

Browse files
authored
Upgrade to NamedDimsArrays.jl v0.11 (#88)
1 parent 75d17a6 commit 136be30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GradedArrays"
22
uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.5.8"
4+
version = "0.5.9"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -35,7 +35,7 @@ FillArrays = "1.13"
3535
HalfIntegers = "1.6"
3636
LinearAlgebra = "1.10"
3737
MatrixAlgebraKit = "0.6"
38-
NamedDimsArrays = "0.9, 0.10"
38+
NamedDimsArrays = "0.9, 0.10, 0.11"
3939
Random = "1.10"
4040
SUNRepresentations = "0.3"
4141
SplitApplyCombine = "1.2.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BlockSparseArrays = "0.10"
2626
GradedArrays = "0.5"
2727
LinearAlgebra = "1.10"
2828
MatrixAlgebraKit = "0.6"
29-
NamedDimsArrays = "0.9, 0.10"
29+
NamedDimsArrays = "0.9, 0.10, 0.11"
3030
Random = "1.10"
3131
SUNRepresentations = "0.3"
3232
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)