Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit be0488a

Browse files
authored
Restrict xarray version to support py3.8 (#481)
1 parent e2dd9c7 commit be0488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def run(self):
110110
"wrapt>=1.12",
111111
"resource-backed-dask-array>=0.1.0",
112112
"tifffile>=2021.8.30,<2023.3.15",
113-
"xarray>=0.16.1",
113+
"xarray>=0.16.1,<2023.02.0",
114114
"xmlschema", # no pin because it's pulled in from OME types
115115
"zarr>=2.6,<3",
116116
]

0 commit comments

Comments
 (0)