Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Anti-pin the latest version of Xarray to fix Zarr roundtrip tests (#238)
* 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 #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 #237 * Dev requirements needs to mirror requirements due to --no-deps
- Loading branch information