diff --git a/requirements.txt b/requirements.txt index 40419a3..f53c2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ tifffile>=2021.7.2,<2022.4.28 numpy pyproj -zarr>=2.10.0 +zarr>=2.12.0,<2.13 diff --git a/setup.py b/setup.py index d7562ec..0002833 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.egg_info import egg_info # type: ignore from setuptools.command.install import install # type: ignore -VERSION = "0.2.9" +VERSION = "0.2.10" # Send to pypi # python3 setup.py sdist bdist_wheel