From 766ef117540d370a83d6a283c4004890aadceab1 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 23 Jan 2024 14:57:23 -0500 Subject: [PATCH] Update zarr_checksum dependency to `~= 0.4.0` --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f695ce94c..80f9477ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = semantic-version tenacity zarr ~= 2.10 - zarr_checksum ~= 0.3.2 + zarr_checksum ~= 0.4.0 zip_safe = False packages = find_namespace: include_package_data = True