From 210b22e1244176506afebb2183b57eba2e03bfcd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:58:36 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6593c3744..cd4a262ed 100644 --- a/Project.toml +++ b/Project.toml @@ -84,7 +84,7 @@ DftFunctionals = "0.2" DocStringExtensions = "0.9" FFTW = "1.5" ForwardDiff = "0.10" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" GenericLinearAlgebra = "0.3" GeometryOptimization = "0.1" Interpolations = "0.14, 0.15"