From 8efb3cde9e65e3ab81b1ff00b6e9ffbd2cb367e8 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Wed, 4 Sep 2024 13:57:51 -0500 Subject: [PATCH] bump HDF5 compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41a7fc48..a42f936f 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ TriangulatePlotsExt = "Plots" [compat] ConstructionBase = "1" FillArrays = "0.13, 1" -HDF5 = "0.16, 0.17" +HDF5 = "0.17" Kronecker = "0.5" NodesAndModes = "1" PathIntersections = "0.1, 0.2"