From a3f53795e162d8c48dbc136b4f5407fad554d023 Mon Sep 17 00:00:00 2001 From: Cody Tapscott Date: Mon, 28 Oct 2024 15:49:19 -0400 Subject: [PATCH] Remove H5Zblosc `[compat]` bound There's already an HDF5 compat bound in H5Zblosc - that one just needs to be kept up-to-date. --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index d33590977..d27dbd6b4 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,6 @@ MPIExt = "MPI" [compat] Compat = "3.1.0, 4" -H5Zblosc = "≥ 0.1.3" HDF5_jll = "~1.10.5, ~1.12.0, ~1.14.0" MPI = "0.20" MPIPreferences = "0.1.7"