Upgrade zarr dependency to >= 3.x.x
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.8k
- Forks
- 2.3k
- Avg merge
- 21h 39m
- Merged PRs (30d)
- 5
Description
Description
The current supported zarr version is <3.0.0 (for some reason, this isn't explicitly stated in the setup.py optional requirements which can cause installation conflicts). Ideally, we should upgrade the zarr dependency to >=3.x and lower than 4, but also explicitly include that information in the package information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking setup.py optional requirements and the package information that declares dependencies. Update the zarr constraint to require version 3 or newer but below 4, and verify that the package metadata explicitly includes this range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100