Skip to content

Commit 5c72fbd

Browse files
authored
Fix compt entry (#71)
1 parent cf088ce commit 5c72fbd

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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.2.27"
4+
version = "0.2.28"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
33
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
44
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
6+
7+
[compat]
8+
BlockArrays = "1"
9+
BlockSparseArrays = "0.2"
10+
Documenter = "1"
11+
Literate = "2"

examples/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
33
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
44
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5+
6+
[compat]
7+
BlockArrays = "1"
8+
BlockSparseArrays = "0.2"
9+
Test = "1"

test/Project.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,26 @@ TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
2222
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
23+
24+
[compat]
25+
Adapt = "4"
26+
Aqua = "0.8"
27+
ArrayLayouts = "1"
28+
BlockArrays = "1"
29+
BlockSparseArrays = "0.2"
30+
DiagonalArrays = "0.2"
31+
GPUArraysCore = "0.2"
32+
GradedUnitRanges = "0.1"
33+
JLArrays = "0.2"
34+
LabelledNumbers = "0.1"
35+
SafeTestsets = "0.1"
36+
SparseArraysBase = "0.3"
37+
Suppressor = "0.2"
38+
SymmetrySectors = "0.1"
39+
TensorAlgebra = "0.2"
40+
TestExtras = "0.3"
41+
TypeParameterAccessors = "0.3"
42+
LinearAlgebra = "1"
43+
Pkg = "1"
44+
Random = "1"
45+
Test = "1"

0 commit comments

Comments
 (0)