Skip to content

Commit

Permalink
Restrict xarray version to support py3.8 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy authored Apr 10, 2023
1 parent e2dd9c7 commit be0488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit be0488a

Please sign in to comment.