From 7bbee5cc97d272b94e0153bd93ce7d65fa79a454 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 00:04:58 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays in [weakdeps] to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6f31907..0884812 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ AMDGPU = "2" CUDA = "5" ChainRulesCore = "1" FastClosures = "0.2, 0.3" -JLArrays = "0.1, 0.2" +JLArrays = "0.1, 0.2, 0.3" LDLFactorizations = "0.9, 0.10" LinearAlgebra = "1" Metal = "1.1"