From 7a4a9fdbf6d9cc550de2a89031caa03a500e7de7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:02:14 +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 01b4570c..a1ae93a9 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ GLM = "1" ImageTransformations = "0.9,0.10" Interpolations = "0.15, 0.16" IterativeSolvers = "0.9" -JLD2 = "0.5" +JLD2 = "0.5, 0.6" Krylov = "0.9, 0.10" LinearAlgebra = "1" Logging = "1"