Skip to content

Test endianess support against zarr-python data types refactor #545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"numcodecs>=0.15.1",
"ujson",
"packaging",
"zarr>=3.0.2",
#"zarr>=3.0.2",
]

# Dependency sets under optional-dependencies are available via PyPI
Expand Down Expand Up @@ -91,7 +91,7 @@ upstream = [
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
'numcodecs @ git+https://github.com/zarr-developers/numcodecs',
'ujson @ git+https://github.com/ultrajson/ultrajson',
'zarr @ git+https://github.com/zarr-developers/zarr-python',
'zarr @ git+https://github.com/ianhi/zarr-python@feat/fixed-length-strings',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'zarr @ git+https://github.com/ianhi/zarr-python@feat/fixed-length-strings',
'zarr @ git+https://github.com/d-v-b/zarr-python@feat/fixed-length-strings',

# optional dependencies
'astropy @ git+https://github.com/astropy/astropy',
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
Expand Down
Loading