Skip to content

Commit

Permalink
Pin Zarr to <3
Browse files Browse the repository at this point in the history
Zarr's updates for v3 have some new dependencies and have shuffled around some functionality that Xpublish uses, so lets limit the maximum version that Xpublish supports for now.
  • Loading branch information
abkfenris committed Jul 2, 2024
1 parent 169e326 commit ad39f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pluggy
toolz
uvicorn
xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237
zarr
zarr<3

0 comments on commit ad39f98

Please sign in to comment.