Skip to content

Commit

Permalink
Remove Zarr from upstream tests and pin to less than 3
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Jul 2, 2024
1 parent e4e2063 commit fabf9a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
cachey
crc32c
dask
donfig
fastapi>=0.78.0
fsspec
httpx
Expand All @@ -21,4 +19,3 @@ toolz
uvicorn
xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237
zarr
zstandard
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 fabf9a1

Please sign in to comment.