Skip to content

Commit 7205c9b

Browse files
authored
Add [workspace] to Project files (#1705)
1 parent 7e43712 commit 7205c9b

5 files changed

Lines changed: 63 additions & 22 deletions

File tree

NDTensors/Project.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name = "NDTensors"
22
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
3-
version = "0.4.20"
3+
version = "0.4.21"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>"]
55

6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
8+
69
[deps]
710
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
811
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -90,14 +93,3 @@ TupleTools = "1.2"
9093
VectorInterface = "0.4.2, 0.5"
9194
cuTENSOR = "2"
9295
julia = "1.10"
93-
94-
[extras]
95-
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
96-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
97-
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
98-
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
99-
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
100-
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
101-
Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
102-
TBLIS = "48530278-0828-4a49-9772-0f3830dfa1e9"
103-
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"

NDTensors/test/Project.toml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[deps]
32
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
43
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -23,8 +22,33 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2322
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2423
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2524

25+
[sources.NDTensors]
26+
path = ".."
27+
2628
[compat]
29+
Adapt = "4.4"
30+
ArrayLayouts = "1.12"
31+
BlockArrays = "1.9"
32+
Combinatorics = "1.1"
33+
Dictionaries = "0.4"
34+
EllipsisNotation = "1.9"
35+
FillArrays = "1.16"
36+
GPUArraysCore = "0.2"
37+
JLArrays = "0.3"
38+
LinearAlgebra = "1.10"
39+
MappedArrays = "0.4"
2740
Metal = "1.1"
41+
NDTensors = "0.4"
42+
Octavian = "0.3"
43+
Pkg = "1.10"
44+
Random = "1.10"
45+
SafeTestsets = "0.1"
46+
SparseArrays = "1.10"
47+
StableRNGs = "1"
48+
StridedViews = "0.4"
49+
TensorOperations = "5.5"
50+
Test = "1.10"
51+
Zygote = "0.7"
2852
cuTENSOR = "2"
2953

3054
[extras]

Project.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name = "ITensors"
22
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
3-
version = "0.9.22"
3+
version = "0.9.23"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
55

6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
8+
69
[deps]
710
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
811
BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
@@ -67,10 +70,3 @@ VectorInterface = "0.4, 0.5"
6770
Zeros = "0.3, 0.4"
6871
ZygoteRules = "0.2.2"
6972
julia = "1.10"
70-
71-
[extras]
72-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
73-
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
74-
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
75-
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
76-
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

docs/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[deps]
32
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
43
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
@@ -7,9 +6,13 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
76
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
87
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
98

9+
[sources.ITensors]
10+
path = ".."
11+
1012
[compat]
1113
Documenter = "1.9"
1214
HDF5 = "0.17.2"
15+
ITensors = "0.9"
1316
LinearAlgebra = "1.10"
1417
Strided = "2.2"
1518
TensorOperations = "5.1.4"

test/Project.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,29 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2222
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
23+
24+
[sources.ITensors]
25+
path = ".."
26+
27+
[compat]
28+
Adapt = "4.4"
29+
BlockArrays = "1.9"
30+
ChainRulesCore = "1.26"
31+
ChainRulesTestUtils = "1.13"
32+
Combinatorics = "1.1"
33+
Compat = "4.18"
34+
FiniteDifferences = "0.12"
35+
HDF5 = "0.17"
36+
ITensors = "0.9"
37+
JLArrays = "0.3"
38+
LinearAlgebra = "1.10"
39+
MappedArrays = "0.4"
40+
NDTensors = "0.4"
41+
Pkg = "1.10"
42+
QuadGK = "2.11"
43+
Random = "1.10"
44+
Suppressor = "0.2"
45+
TensorOperations = "5.5"
46+
Test = "1.10"
47+
VectorInterface = "0.5"
48+
Zygote = "0.7"

0 commit comments

Comments
 (0)