From 9717b5756bfe5f4965e5e396b0529721fd8d8fda Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 9 Sep 2024 00:30:44 +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 478eeff..1835617 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"