From b8feeba0808f6c9fcd43c3d4acd95ea2f4adac9d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 01:40:48 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArrays to 11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68eaba0f6..0c298c170 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ Dates = "1.10" DocStringExtensions = "0.9" FFTW = "1" FastGaussQuadrature = "0.4, 0.5, 1" -GPUArrays = "10" +GPUArrays = "10, 11" GenericFFT = "0.1" JLArrays = "0.1.4" JLD2 = "0.4, 0.5"