We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403c6df commit 0736736Copy full SHA for 0736736
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "BlockSparseArrays"
2
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3
-version = "0.10.34"
+version = "0.10.35"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
@@ -44,6 +44,6 @@ MapBroadcast = "0.1.5"
44
MatrixAlgebraKit = "0.6"
45
SparseArraysBase = "0.9"
46
SplitApplyCombine = "1.2.3"
47
-TensorAlgebra = "0.6.2, 0.7"
+TensorAlgebra = "0.6.2, 0.7, 0.8"
48
TypeParameterAccessors = "0.4.1"
49
julia = "1.10"
test/Project.toml
@@ -42,7 +42,7 @@ SafeTestsets = "0.1"
42
43
StableRNGs = "1"
Suppressor = "0.2"
-TensorAlgebra = "0.6, 0.7"
+TensorAlgebra = "0.6, 0.7, 0.8"
Test = "1.10"
TestExtras = "0.3"
TypeParameterAccessors = "0.4"
0 commit comments