From 6f0ce8ccab66f3a944ef49f152362888c83ff583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:21:35 +0100 Subject: [PATCH] Allow KernelAbstractions@0.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f49a73b..c979129 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ GPUArraysCore = "0.2" InfiniteArrays = "0.15" JLArrays = "0.2" LinearAlgebra = "1" -KernelAbstractions = "0.9" +KernelAbstractions = "0.9, 0.10" OffsetArrays = "1" PooledArrays = "1" SparseArrays = "1"