From c8ad0912e8aff73794cf8196db93a42409e05570 Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Thu, 12 Oct 2023 16:18:38 -0400 Subject: [PATCH] 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 https://github.com/xpublish-community/xpublish/issues/237 The fix looks to have landed in https://github.com/pydata/xarray/pull/8272 and tests against the latest commit works, so we'll go with setting an pin to skip just v2023.09.0. Closes #237 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48489972..2a4bf647 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ numpy pluggy toolz uvicorn -xarray +xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237 zarr