From 8098aeddbd6da12a8b67ebc8f0ae18ac7553af89 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 9 Sep 2024 01:22:41 +0000 Subject: [PATCH] CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 131cae94..25bfce2b 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ ForwardDiff = "0.10" IJulia = "1.25" Interpolations = "0.15" Ipopt = "1.6" -JLD2 = "0.4" +JLD2 = "0.4, 0.5" MathOptInterface = "1.31" NamedTrajectories = "0.2" ProgressMeter = "1.10"