From 033311b59d4051fb593b7369f1d024702759124e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 00:29:46 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.16 for package BloqadeWaveforms, (keep existing compat) --- lib/BloqadeWaveforms/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BloqadeWaveforms/Project.toml b/lib/BloqadeWaveforms/Project.toml index 1d2cd9330..234f84f9d 100644 --- a/lib/BloqadeWaveforms/Project.toml +++ b/lib/BloqadeWaveforms/Project.toml @@ -15,7 +15,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] BloqadeExpr = "0.2" -Interpolations = "0.13, 0.14, 0.15" +Interpolations = "0.13, 0.14, 0.15, 0.16" Intervals = "1" Optim = "1" OrderedCollections = "1"