Skip to content

Commit c7cd44d

Browse files
authored
Upgrade to TensorAlgebra v0.6 (#96)
1 parent e7f27ed commit c7cd44d

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 = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.2"
4+
version = "0.3.3"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -36,7 +36,7 @@ MapBroadcast = "0.1.5"
3636
NamedDimsArrays = "0.8"
3737
Random = "1.10"
3838
SparseArraysBase = "0.7"
39-
TensorAlgebra = "0.3, 0.4, 0.5"
39+
TensorAlgebra = "0.3, 0.4, 0.5, 0.6"
4040
UnallocatedArrays = "0.1.1"
4141
UnspecifiedTypes = "0.1.1"
4242
VectorInterface = "0.5"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ NamedDimsArrays = "0.8"
1818
SafeTestsets = "0.1"
1919
SparseArraysBase = "0.7"
2020
Suppressor = "0.2"
21-
TensorAlgebra = "0.3, 0.4, 0.5"
21+
TensorAlgebra = "0.3, 0.4, 0.5, 0.6"
2222
Test = "1.10"

0 commit comments

Comments
 (0)