Skip to content

Commit 05b8816

Browse files
authored
Update to TensorAlgebra 0.4 (#85)
1 parent 0e97cef commit 05b8816

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.2.10"
4+
version = "0.2.11"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -35,7 +35,7 @@ LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
3636
NamedDimsArrays = "0.7"
3737
SparseArraysBase = "0.7"
38-
TensorAlgebra = "0.3"
38+
TensorAlgebra = "0.3, 0.4"
3939
UnallocatedArrays = "0.1.1"
4040
UnspecifiedTypes = "0.1.1"
4141
VectorInterface = "0.5"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ NamedDimsArrays = "0.7"
2424
SafeTestsets = "0.1"
2525
SparseArraysBase = "0.7"
2626
Suppressor = "0.2"
27-
TensorAlgebra = "0.3"
27+
TensorAlgebra = "0.3, 0.4"
2828
Test = "1.10"

0 commit comments

Comments
 (0)