diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9d0d4a4..66cab44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -76,13 +76,13 @@ jobs: ${{ runner.os }}-pip-dev ${{ runner.os }}-pip + # Disable Zarr upstream tests due to v3 changes git+https://github.com/zarr-developers/zarr \ - name: Install dev dependencies run: | python -m pip install -r dev-requirements.txt python -m pip install --no-deps --upgrade \ git+https://github.com/dask/dask \ git+https://github.com/dask/cachey \ - git+https://github.com/zarr-developers/zarr \ git+https://github.com/pydata/xarray \ git+https://github.com/tiangolo/fastapi \ git+https://github.com/encode/uvicorn diff --git a/requirements.txt b/requirements.txt index 2a4bf64..a3ad396 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pluggy toolz uvicorn xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237 -zarr +zarr<3