Skip to content

Commit 88cee75

Browse files
authored
Update to TensorAlgebra 0.4 (#176)
1 parent 4c69e17 commit 88cee75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.10.3"
4+
version = "0.10.4"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -32,19 +32,19 @@ BlockSparseArraysTensorProductsExt = "TensorProducts"
3232
Adapt = "4.1.1"
3333
Aqua = "0.8.9"
3434
ArrayLayouts = "1.10.4"
35-
BlockArrays = "1.2.0"
35+
BlockArrays = "1.2"
3636
DerivableInterfaces = "0.5.3"
3737
DiagonalArrays = "0.3"
3838
Dictionaries = "0.4.3"
39-
FillArrays = "1.13.0"
40-
GPUArraysCore = "0.1.0, 0.2"
39+
FillArrays = "1.13"
40+
GPUArraysCore = "0.1, 0.2"
4141
LinearAlgebra = "1.10"
4242
MacroTools = "0.5.13"
4343
MapBroadcast = "0.1.5"
4444
MatrixAlgebraKit = "0.2.2, 0.3"
4545
SparseArraysBase = "0.7.1"
4646
SplitApplyCombine = "1.2.3"
47-
TensorAlgebra = "0.3.2"
47+
TensorAlgebra = "0.3, 0.4"
4848
TensorProducts = "0.1.7"
4949
Test = "1.10"
5050
TypeParameterAccessors = "0.4.1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SafeTestsets = "0.1"
3737
SparseArraysBase = "0.7"
3838
StableRNGs = "1"
3939
Suppressor = "0.2"
40-
TensorAlgebra = "0.3.2"
40+
TensorAlgebra = "0.3, 0.4"
4141
Test = "1"
4242
TestExtras = "0.3"
4343
TypeParameterAccessors = "0.4"

0 commit comments

Comments
 (0)