From 4e8f5bc48452db5f1b9e45d57f77ad418045ca8c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 01:14:07 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays to 0.3 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 2dd5acd..ceef582 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ BlockSparseArrays = "0.10" DerivableInterfaces = "0.5" DiagonalArrays = "0.3" GPUArraysCore = "0.2" -JLArrays = "0.2" +JLArrays = "0.2, 0.3" LinearAlgebra = "1" MatrixAlgebraKit = "0.2.5, 0.3" Random = "1"