From 40cfa22168ea5626c042c7195e2fcec27f273522 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 31 Jan 2025 00:04:29 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays in [weakdeps] 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 f5bca46..8ddb817 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ AMDGPU = "0.6, 0.7, 0.8, 0.9, 1" CUDA = "4, 5" ChainRulesCore = "1" FastClosures = "0.2, 0.3" -JLArrays = "0.1" +JLArrays = "0.1, 0.2" LDLFactorizations = "0.9, 0.10" LinearAlgebra = "1" Metal = "1.1"