From 954097c5829af758b0e5c4001d984f0e56666ed9 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:43:13 +0000 Subject: [PATCH 1/4] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6fe26cd..8f7c448 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,6 @@ Feedstock Maintainers * [@constantinpape](https://github.com/constantinpape/) + + + From 7abe5c43f28d8194a39eba41bc061d315b29ab9f Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:45:14 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and conda-forge-pinning 2025.01.11.16.15.44 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8f7c448..6fe26cd 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,3 @@ Feedstock Maintainers * [@constantinpape](https://github.com/constantinpape/) - - - From 84f1195b65fe5dc966c2c5b432002605020418c0 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sat, 11 Jan 2025 16:45:58 -0500 Subject: [PATCH 3/4] release zarr version since we patched python-elf --- recipe/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1e9f90c..f88a141 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,7 +19,7 @@ build: - micro_sam.image_series_annotator = micro_sam.sam_annotator.image_series_annotator:main - micro_sam.precompute_embeddings = micro_sam.precompute_state:main noarch: python - number: 1 + number: 2 script: pip install . --no-deps --ignore-installed --no-cache-dir -vvv requirements: @@ -42,9 +42,7 @@ requirements: - torch_em >=0.7.1 - tqdm - timm - # 2.18.4 shows a circular import - # We still are not compatible with zarr 3 - - zarr <3.0,!=2.18.4 + - zarr test: requires: From b9cbf3f514e5330f966fc669b2db694e1527bf6a Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Sun, 12 Jan 2025 10:06:41 +0100 Subject: [PATCH 4/4] Update recipe/meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f88a141..ea84e76 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -42,7 +42,7 @@ requirements: - torch_em >=0.7.1 - tqdm - timm - - zarr + - zarr <3.0 test: requires: