From a191dc411a7d578026c8e2a65ee3c818c6aa910a Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 26 Nov 2024 23:02:01 -0500 Subject: [PATCH] Hold back version of GPUArraysCore to avoid scalar indexing issue --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index bd842f5..0c761de 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BroadcastMapConversion = "4a4adec5-520f-4750-bb37-d5e66b4ddeb2" Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" +GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" GradedUnitRanges = "e2de450a-8a67-46c7-b59c-01d5a3d041c5" LabelledNumbers = "f856a3a6-4152-4ec4-b2a7-02c1a55d7993" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -34,6 +35,7 @@ Aqua = "0.8.9" ArrayLayouts = "1.10.4" BlockArrays = "1.2.0" Dictionaries = "0.4.3" +GPUArraysCore = "0.1.0" LinearAlgebra = "1.10" MacroTools = "0.5.13" SplitApplyCombine = "1.2.3"