From 76356285c35e09f510571f9fef927242f8ada39e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:48:30 +0000 Subject: [PATCH] CompatHelper: bump compat for JLD2 to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f0c99d9..3afee1c 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ Distributions = "0.24, 0.25" DrWatson = "1.16, 2.0" FFTW = "1.2" FileIO = "1.4" -JLD2 = "0.3, 0.4" +JLD2 = "0.3, 0.4, 0.6" JSON = "0.21" Measurements = "2.3" OnlineStats = "1"