From fabf9a151c47a42d6535c19e8451319a5f1f6b4c Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Tue, 2 Jul 2024 15:20:37 -0400 Subject: [PATCH] Remove Zarr from upstream tests and pin to less than 3 --- .github/workflows/main.yaml | 2 +- dev-requirements.txt | 3 --- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4dc53ab..627ea95 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -82,7 +82,7 @@ jobs: 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/zarr-developers/zarr \ git+https://github.com/pydata/xarray \ git+https://github.com/tiangolo/fastapi \ git+https://github.com/encode/uvicorn diff --git a/dev-requirements.txt b/dev-requirements.txt index 2366d24..23c07c9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,5 @@ cachey -crc32c dask -donfig fastapi>=0.78.0 fsspec httpx @@ -21,4 +19,3 @@ toolz uvicorn xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237 zarr -zstandard 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