Skip to content

Commit c8ad091

Browse files
committed
Anti-pin the latest version of Xarray to
v2023.09.0 of Xarray caused our Zarr roundtrip tests to fail as times no longer matched. For full details see xpublish-community#237 The fix looks to have landed in pydata/xarray#8272 and tests against the latest commit works, so we'll go with setting an pin to skip just v2023.09.0. Closes xpublish-community#237
1 parent 4f63e7d commit c8ad091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ numpy
66
pluggy
77
toolz
88
uvicorn
9-
xarray
9+
xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237
1010
zarr

0 commit comments

Comments
 (0)