From 9237ac03958dc90925446a6ea3924d052e67916c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Nov 2024 19:33:42 +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 59a813a..21fc53b 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ ElasticArrays = "1" FFTW = "1" FillArrays = "0.13, 1" FunctionChains = "0.1" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" IntervalSets = "0.7" InverseFunctions = "0.1.3" JLArrays = "0.1"