From dcc77771c3bbd0f101945684aaa0b31e62cf9ace Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Fri, 16 Dec 2022 15:02:06 -0600 Subject: [PATCH] Add `zarr` to Python 3.11 CI environment (#9771) --- continuous_integration/environment-3.11.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/environment-3.11.yaml b/continuous_integration/environment-3.11.yaml index 190ef10942e..337cc0922e8 100644 --- a/continuous_integration/environment-3.11.yaml +++ b/continuous_integration/environment-3.11.yaml @@ -21,7 +21,7 @@ dependencies: - fastparquet>=0.8.0 - h5py - pytables - # - zarr + - zarr # `tiledb-py=0.17.5` lead to strange seg faults in CI, However 0.18 is needed for 3.11 # https://github.com/dask/dask/pull/9569 # - tiledb-py # crashes on Python 3.11