From 0314be98e49b588a3ae31cb4d5c2bf863657b6bb Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Sun, 12 Jan 2025 18:20:45 +0100 Subject: [PATCH] limit zarr to under 3 when installed with micro-sam --- recipe/patch_yaml/micro_sam.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipe/patch_yaml/micro_sam.yaml diff --git a/recipe/patch_yaml/micro_sam.yaml b/recipe/patch_yaml/micro_sam.yaml new file mode 100644 index 000000000..7b417be6e --- /dev/null +++ b/recipe/patch_yaml/micro_sam.yaml @@ -0,0 +1,9 @@ +# micro_sam 1.2 isn't yet compatible with zarr 3, see +# https://github.com/conda-forge/micro_sam-feedstock/pull/29 +# https://github.com/conda-forge/python-elf-feedstock/pull/20 +if: + name: micro_sam + version_le: 1.2.0 + timestamp_lt: 1736608309000 +then: + - add_constrains: zarr <3.0a0