From 82865e3d4db4220a66f3d5be2cfc9739f5cd849a Mon Sep 17 00:00:00 2001 From: Filippos Christou Date: Wed, 16 Oct 2024 13:04:18 +0200 Subject: [PATCH] Update JLD2 compat (#43) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2cb97e5..3c06ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] Graphs = "1.4" -JLD2 = "0.1.11, 0.2, 0.3, 0.4" +JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5" julia = "1" [extras]