Skip to content

Commit a8295e2

Browse files
authored
Merge branch 'main' into stricter_constructors
2 parents 81e2328 + 5c72fbd commit a8295e2

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

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)