From 46771e1f8e661973a0e76cf86107407e7db49963 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:43:28 +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 6038830f..1b4bd504 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ CUDA = "5" DiffEqCallbacks = "2 - 4" FastExpm = "1.1" IncompleteLU = "0.2" -JLD2 = "0.4.31 - 0.5" +JLD2 = "0.4.31 - 0.5, 0.6" LinearAlgebra = "1" LinearSolve = "2.4.2 - 3" OrdinaryDiffEqCore = "1"