From 5764ad2658b413c96c599dac947d4ed9d3c3cf50 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 9 Sep 2024 00:30:41 +0000 Subject: [PATCH] CompatHelper: bump compat for PartitionedArrays to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 478eefff..18356171 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ IterativeSolvers = "0.9" LineSearches = "7.0.1" MPI = "0.20" NLsolve = "4.3.0" -PartitionedArrays = "0.3" +PartitionedArrays = "0.3, 0.5" SparseMatricesCSR = "0.6.7" julia = "1.7"