From c18760414870f5eaf3997485798316e278fe55fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:13:53 +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 b10fd29c..a01d8881 100644 --- a/Project.toml +++ b/Project.toml @@ -79,7 +79,7 @@ FastAlmostBandedMatrices = "0.1" FastLapackInterface = "2" FiniteDiff = "2.22" ForwardDiff = "0.10.36" -GPUArraysCore = "0.1.6" +GPUArraysCore = "0.1.6, 0.2" HYPRE = "1.4.0" InteractiveUtils = "1.10" IterativeSolvers = "0.9.3"