From 5b9a7cccf9ef7553833b03cc8505682eb41aa0e6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 00:59:49 +0000 Subject: [PATCH] CompatHelper: bump compat for JLD2 in [weakdeps] 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 92a661089..ed4155134 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ JLD2Ext = "JLD2" [compat] Adapt = "4.0" GPUArraysCore = "= 0.2.0" -JLD2 = "0.4, 0.5" +JLD2 = "0.4, 0.5, 0.6" KernelAbstractions = "0.9.28" LLVM = "3.9, 4, 5, 6, 7, 8, 9" LinearAlgebra = "1"