Skip to content

Commit 9ce3d1e

Browse files
committed
Try fixing CI
1 parent de838ab commit 9ce3d1e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2020
[sources]
2121
BroadcastMapConversion = {url = "https://github.com/ITensor/BroadcastMapConversion.jl"}
2222
NestedPermutedDimsArrays = {url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"}
23+
TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"}
2324

2425
[compat]
2526
Accessors = "0.1.38"

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
NestedPermutedDimsArrays = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
66
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
7+
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
78

89
[sources]
910
BroadcastMapConversion = {url = "https://github.com/ITensor/BroadcastMapConversion.jl"}
1011
NestedPermutedDimsArrays = {url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"}
12+
TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"}

examples/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
BroadcastMapConversion = "4a4adec5-520f-4750-bb37-d5e66b4ddeb2"
33
NestedPermutedDimsArrays = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
44
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
5+
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
56

67
[sources]
78
BroadcastMapConversion = {url = "https://github.com/ITensor/BroadcastMapConversion.jl"}
89
NestedPermutedDimsArrays = {url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"}
10+
TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"}

0 commit comments

Comments
 (0)