Skip to content

Commit 2059fc4

Browse files
authored
Upgrade to TensorAlgebra v0.6 (#135)
1 parent 6c7a7c3 commit 2059fc4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NamedDimsArrays"
22
uuid = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.8.5"
4+
version = "0.8.6"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -44,8 +44,8 @@ MapBroadcast = "0.1.6"
4444
Random = "1.10"
4545
SimpleTraits = "0.9.4"
4646
SparseArraysBase = "0.7.5"
47-
TensorAlgebra = "0.4.1, 0.5"
48-
TupleTools = "1.6.0"
47+
TensorAlgebra = "0.4.1, 0.5, 0.6"
48+
TupleTools = "1.6"
4949
TypeParameterAccessors = "0.4"
5050
VectorInterface = "0.5.0"
5151
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
99
NamedDimsArrays = "0.8"
10-
TensorAlgebra = "0.4, 0.5"
10+
TensorAlgebra = "0.4, 0.5, 0.6"
1111
Literate = "2"
1212
Documenter = "1"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

66
[compat]
77
NamedDimsArrays = "0.8"
8-
TensorAlgebra = "0.4, 0.5"
8+
TensorAlgebra = "0.4, 0.5, 0.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ SafeTestsets = "0.1"
3636
SparseArraysBase = "0.7.5"
3737
StableRNGs = "1"
3838
Suppressor = "0.2"
39-
TensorAlgebra = "0.4, 0.5"
39+
TensorAlgebra = "0.4, 0.5, 0.6"
4040
Test = "1.10"
4141
VectorInterface = "0.5"

0 commit comments

Comments
 (0)