Skip to content
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

pin to zarr<3 #23

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ github:
tooling_branch_name: main
conda_build:
pkg_format: '2'
bot:
inspection: update-grayskull
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: 83f0d7ffb4118a7f4b9cb1a95bc62e873a7c11a1676abd660e7d5154679268b9

build:
number: 0
number: 1
noarch: python
entry_points:
- ome_zarr = ome_zarr.cli:main
Expand All @@ -32,7 +32,7 @@ requirements:
- requests
- scikit-image
- toolz
- zarr >=2.8.1
- zarr <3
Copy link
Member

Choose a reason for hiding this comment

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

We may want to add a repodata patch for older version to ensure they can't be installed with Zarr v3

A simple example that could be tailored to our needs is PR: conda-forge/conda-forge-repodata-patches-feedstock#937

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

See conda-forge/conda-forge-repodata-patches-feedstock#940

I'm unsure whether or not to include a napari-ome-zarr.yaml or just ping napari-ome-zarr to 0.10.3 (seems too restrictive)


test:
imports:
Expand Down