Skip to content

Commit 6c05173

Browse files
committed
Apply workspace patch
1 parent 395240c commit 6c05173

4 files changed

Lines changed: 40 additions & 40 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3-
version = "0.10.31"
3+
version = "0.10.32"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
23
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
34
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
4-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66

7-
[sources]
8-
BlockSparseArrays = {path = ".."}
9-
107
[compat]
8+
Documenter = "1"
119
BlockArrays = "1"
1210
BlockSparseArrays = "0.10"
13-
Documenter = "1"
1411
Literate = "2"
12+
13+
[sources.BlockSparseArrays]
14+
path = ".."

examples/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
33
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
44
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

6-
[sources]
7-
BlockSparseArrays = {path = ".."}
8-
96
[compat]
107
BlockArrays = "1"
118
BlockSparseArrays = "0.10"
129
Test = "1"
10+
11+
[sources.BlockSparseArrays]
12+
path = ".."

test/Project.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
[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"
47
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
5-
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
68
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"
912
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
1013
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"
1515
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"
1817
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"
2522

2623
[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"
2929
ArrayLayouts = "1"
30-
BlockArrays = "1.8"
3130
BlockSparseArrays = "0.10"
32-
DiagonalArrays = "0.3"
33-
FunctionImplementations = "0.4"
31+
LinearAlgebra = "1"
32+
StableRNGs = "1"
33+
TypeParameterAccessors = "0.4"
3434
GPUArraysCore = "0.2"
3535
JLArrays = "0.2, 0.3"
36-
LinearAlgebra = "1"
37-
MatrixAlgebraKit = "0.6"
38-
Random = "1"
39-
SafeTestsets = "0.1"
36+
TestExtras = "0.3"
4037
SparseArraysBase = "0.9"
41-
StableRNGs = "1"
42-
Suppressor = "0.2"
38+
Aqua = "0.8"
4339
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

Comments
 (0)