From ecda756958e928414aadeb22078564a2ef03ac86 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:19:43 +0000 Subject: [PATCH] CompatHelper: bump compat for PartitionedArrays in [weakdeps] to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 64177778..11b9fe38 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ LoopVectorization = "0.12.115" MAT = "0.10.3" MultiComponentFlash = "1.1.14" OrderedCollections = "1.6.2" -PartitionedArrays = "0.3.2" +PartitionedArrays = "0.3.2, 0.4" Polyester = "0.6.11, 0.7.3" PrecompileTools = "1.0.1" ProgressMeter = "1.7.2"