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

limit zarr to under 3 when installed with micro-sam #943

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

constantinpape
Copy link
Contributor

Checklist

  • Used a static YAML file for the patch if possible (instructions).
  • Only wrote code directly into generate_patch_json.py if absolutely necessary.
  • Ran pre-commit run -a and ensured all files pass the linting checks.
  • Ran python show_diff.py and posted the output as part of the PR.
  • Modifications won't affect packages built in the future.

I have based this on #941 .
I have copied over timestamp_lt from there, since I don't know the meaning of this field.

cc @hmaarrfk

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@hmaarrfk
Copy link
Contributor

 noarch
noarch::micro_sam-0.4.0-pyhd8ed1ab_0.conda
noarch::micro_sam-0.1.2.post1-pyhd8ed1ab_0.conda
noarch::micro_sam-0.1.2-pyhd8ed1ab_0.conda
noarch::micro_sam-0.4.1-pyhd8ed1ab_0.conda
noarch::micro_sam-0.1.0-pyhd8ed1ab_0.conda
noarch::micro_sam-0.1.1-pyhd8ed1ab_0.conda
-    "napari >=0.4.18"
+    "napari >=0.4.18",
+    "zarr <3.0a0"
noarch::micro_sam-0.2.2-pyhd8ed1ab_0.conda
noarch::micro_sam-0.3.0post1-pyhd8ed1ab_0.conda
noarch::micro_sam-0.2.0-pyhd8ed1ab_0.conda
noarch::micro_sam-0.2.1-pyhd8ed1ab_0.conda
-    "torch_em >=0.5.2"
+    "torch_em >=0.5.2",
+    "zarr <3.0a0"
noarch::micro_sam-1.0.1-pyhd8ed1ab_0.conda
noarch::micro_sam-1.1.1-pyhd8ed1ab_1.conda
noarch::micro_sam-1.2.0-pyhd8ed1ab_0.conda
noarch::micro_sam-0.4.1-pyhd8ed1ab_1.conda
noarch::micro_sam-0.5.0-pyhd8ed1ab_0.conda
noarch::micro_sam-1.0.0post0-pyhd8ed1ab_1.conda
noarch::micro_sam-1.1.0-pyhd8ed1ab_0.conda
noarch::micro_sam-1.2.0-pyhd8ed1ab_1.conda
noarch::micro_sam-1.0.0-pyhd8ed1ab_0.conda
noarch::micro_sam-0.0.2-pyhd8ed1ab_0.conda
noarch::micro_sam-1.0.1-pyhd8ed1ab_1.conda
noarch::micro_sam-1.1.1-pyhd8ed1ab_0.conda
+  "constrains": [
+    "zarr <3.0a0"
+  ],

@hmaarrfk hmaarrfk merged commit 79689db into conda-forge:main Jan 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants