|
1 | 1 | [deps] |
2 | | -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" |
3 | | -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" |
| 2 | +MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4" |
| 3 | +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
| 4 | +FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" |
| 5 | +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
| 6 | +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" |
4 | 7 | ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" |
5 | | -BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" |
6 | 8 | BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" |
7 | | -DiagonalArrays = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" |
8 | | -FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" |
| 9 | +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
| 10 | +StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" |
| 11 | +TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" |
9 | 12 | GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" |
10 | 13 | JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" |
11 | | -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
12 | | -MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4" |
13 | | -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
14 | | -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" |
| 14 | +TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" |
15 | 15 | SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" |
16 | | -StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" |
17 | | -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" |
| 16 | +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" |
18 | 17 | TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" |
19 | | -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
20 | | -TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" |
21 | | -TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" |
22 | | - |
23 | | -[sources] |
24 | | -BlockSparseArrays = {path = ".."} |
| 18 | +BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" |
| 19 | +DiagonalArrays = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" |
| 20 | +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" |
| 21 | +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" |
25 | 22 |
|
26 | 23 | [compat] |
27 | | -Adapt = "4" |
28 | | -Aqua = "0.8" |
| 24 | +MatrixAlgebraKit = "0.6" |
| 25 | +Test = "1.10" |
| 26 | +FunctionImplementations = "0.4" |
| 27 | +Random = "1" |
| 28 | +Suppressor = "0.2" |
29 | 29 | ArrayLayouts = "1" |
30 | | -BlockArrays = "1.8" |
31 | 30 | BlockSparseArrays = "0.10" |
32 | | -DiagonalArrays = "0.3" |
33 | | -FunctionImplementations = "0.4" |
| 31 | +LinearAlgebra = "1" |
| 32 | +StableRNGs = "1" |
| 33 | +TypeParameterAccessors = "0.4" |
34 | 34 | GPUArraysCore = "0.2" |
35 | 35 | JLArrays = "0.2, 0.3" |
36 | | -LinearAlgebra = "1" |
37 | | -MatrixAlgebraKit = "0.6" |
38 | | -Random = "1" |
39 | | -SafeTestsets = "0.1" |
| 36 | +TestExtras = "0.3" |
40 | 37 | SparseArraysBase = "0.9" |
41 | | -StableRNGs = "1" |
42 | | -Suppressor = "0.2" |
| 38 | +Aqua = "0.8" |
43 | 39 | TensorAlgebra = "0.6, 0.7" |
44 | | -Test = "1.10" |
45 | | -TestExtras = "0.3" |
46 | | -TypeParameterAccessors = "0.4" |
| 40 | +BlockArrays = "1.8" |
| 41 | +DiagonalArrays = "0.3" |
| 42 | +SafeTestsets = "0.1" |
| 43 | +Adapt = "4" |
| 44 | + |
| 45 | +[sources.BlockSparseArrays] |
| 46 | +path = ".." |
0 commit comments