From 75450128d890f7251b4bde569d1d7a9d8259c31e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Nov 2024 01:54:00 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) --- Project.toml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 0c761de..93a95ef 100644 --- a/Project.toml +++ b/Project.toml @@ -20,14 +20,26 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" -[sources] -BroadcastMapConversion = {url = "https://github.com/ITensor/BroadcastMapConversion.jl"} -GradedUnitRanges = {url = "https://github.com/ITensor/GradedUnitRanges.jl"} -LabelledNumbers = {url = "https://github.com/ITensor/LabelledNumbers.jl"} -NestedPermutedDimsArrays = {url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl"} -SparseArraysBase = {url = "https://github.com/ITensor/SparseArraysBase.jl"} -TensorAlgebra = {url = "https://github.com/ITensor/TensorAlgebra.jl"} -TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"} +[sources.BroadcastMapConversion] +url = "https://github.com/ITensor/BroadcastMapConversion.jl" + +[sources.GradedUnitRanges] +url = "https://github.com/ITensor/GradedUnitRanges.jl" + +[sources.LabelledNumbers] +url = "https://github.com/ITensor/LabelledNumbers.jl" + +[sources.NestedPermutedDimsArrays] +url = "https://github.com/ITensor/NestedPermutedDimsArrays.jl" + +[sources.SparseArraysBase] +url = "https://github.com/ITensor/SparseArraysBase.jl" + +[sources.TensorAlgebra] +url = "https://github.com/ITensor/TensorAlgebra.jl" + +[sources.TypeParameterAccessors] +url = "https://github.com/ITensor/TypeParameterAccessors.jl" [compat] Adapt = "4.1.1" @@ -35,7 +47,7 @@ Aqua = "0.8.9" ArrayLayouts = "1.10.4" BlockArrays = "1.2.0" Dictionaries = "0.4.3" -GPUArraysCore = "0.1.0" +GPUArraysCore = "0.1.0, 0.2" LinearAlgebra = "1.10" MacroTools = "0.5.13" SplitApplyCombine = "1.2.3"