From cdc8d6c94d9199351526de88a04e928f98ce490e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Thu, 22 Jun 2023 15:58:25 +0200 Subject: [PATCH] update hdf5plugin version requirement. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc6b884..2e64a8f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup(name="enstools-compression", "enstools>=2023.1", "enstools-encoding>=2023.6", "zfpy", - "hdf5plugin>=4.0.0", + "hdf5plugin>=4.1.3", "netCDF4", ], extras_require={ -- GitLab