From 6a1d36962f5965dc36a83339b014318b0aba5482 Mon Sep 17 00:00:00 2001 From: king-millez Date: Fri, 17 Jun 2022 14:53:51 +1000 Subject: [PATCH] Test fixup --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0c9df8..a15ebfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pytest tifffile==2021.7.2 numpy pyproj -zarr \ No newline at end of file +zarr==2.10.* diff --git a/setup.py b/setup.py index 7ad998f..5e9402a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "tifffile==2021.7.2", "numpy", "pyproj", - "zarr", + "zarr==2.10.*", ], license_files=("LICENSE",), # cmdclass={"egg_info": egg_info_ex},