From be0488a2af2930e8089906aee5c72e392342b4ce Mon Sep 17 00:00:00 2001 From: Sean LeRoy <41307451+SeanLeRoy@users.noreply.github.com> Date: Mon, 10 Apr 2023 07:55:17 -0700 Subject: [PATCH] Restrict xarray version to support py3.8 (#481) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4d8454b7..c09017dcc 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def run(self): "wrapt>=1.12", "resource-backed-dask-array>=0.1.0", "tifffile>=2021.8.30,<2023.3.15", - "xarray>=0.16.1", + "xarray>=0.16.1,<2023.02.0", "xmlschema", # no pin because it's pulled in from OME types "zarr>=2.6,<3", ]