pymc-devs / pymc-devs/pymc

Upgrade zarr dependency to >= 3.x.x

Open Beginner friendly
#7,752 6 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.