From 6fb653331c5420d2e6696a5dd551932d22f227cb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Apr 2026 00:39:22 +0000 Subject: [PATCH] CompatHelper: bump compat for RadialBasisFunctions 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 971c2f1a..b6a7bd54 100755 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ LowRankApprox = "0.5.5" MPI = "0.20.23" PartitionedArrays = "0.3" Plots = "1.40" -RadialBasisFunctions = "0.2" +RadialBasisFunctions = "0.2, 0.5" Revise = "3.13" SparseMatricesCSR = "0.6" StaticArrays = "1"