From 695f778bb7bd3a5bb9279878bbfea43af115edd1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Feb 2025 08:45:56 +0000 Subject: [PATCH] CompatHelper: bump compat for BSplineKit to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d84b9df..0d20f95 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] -BSplineKit = "0.14, 0.15, 0.16, 0.17" +BSplineKit = "0.14, 0.15, 0.16, 0.17, 0.18" FFTW = "1" FastGaussQuadrature = "0.4, 0.5, 1" ToeplitzMatrices = "0.8"