Skip to content

Commit 7545012

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat)
1 parent 63bb180 commit 7545012

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

Project.toml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,34 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
2020
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
2121
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
2222

23-
[sources]
24-
BroadcastMapConversion = {url = "https://github.com/ITensor/BroadcastMapConversion.jl"}
25-
GradedUnitRanges = {url = "https://github.com/ITensor/GradedUnitRanges.jl"}
26-
LabelledNumbers = {url = "https://github.com/ITensor/LabelledNumbers.jl"}
27-
NestedPermutedDimsArrays = {url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"}
28-
SparseArraysBase = {url = "https://github.com/ITensor/SparseArraysBase.jl"}
29-
TensorAlgebra = {url = "https://github.com/ITensor/TensorAlgebra.jl"}
30-
TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"}
23+
[sources.BroadcastMapConversion]
24+
url = "https://github.com/ITensor/BroadcastMapConversion.jl"
25+
26+
[sources.GradedUnitRanges]
27+
url = "https://github.com/ITensor/GradedUnitRanges.jl"
28+
29+
[sources.LabelledNumbers]
30+
url = "https://github.com/ITensor/LabelledNumbers.jl"
31+
32+
[sources.NestedPermutedDimsArrays]
33+
url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"
34+
35+
[sources.SparseArraysBase]
36+
url = "https://github.com/ITensor/SparseArraysBase.jl"
37+
38+
[sources.TensorAlgebra]
39+
url = "https://github.com/ITensor/TensorAlgebra.jl"
40+
41+
[sources.TypeParameterAccessors]
42+
url = "https://github.com/ITensor/TypeParameterAccessors.jl"
3143

3244
[compat]
3345
Adapt = "4.1.1"
3446
Aqua = "0.8.9"
3547
ArrayLayouts = "1.10.4"
3648
BlockArrays = "1.2.0"
3749
Dictionaries = "0.4.3"
38-
GPUArraysCore = "0.1.0"
50+
GPUArraysCore = "0.1.0, 0.2"
3951
LinearAlgebra = "1.10"
4052
MacroTools = "0.5.13"
4153
SplitApplyCombine = "1.2.3"

0 commit comments

Comments
 (0)