From 26adf1d98dd975c80e754120109a6a3d9be8a67b Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sat, 11 Jan 2025 10:15:07 -0500 Subject: [PATCH] limit zarr to under 3 if installed with python-elf --- recipe/patch_yaml/python-elf.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipe/patch_yaml/python-elf.yaml diff --git a/recipe/patch_yaml/python-elf.yaml b/recipe/patch_yaml/python-elf.yaml new file mode 100644 index 000000000..508b38fc6 --- /dev/null +++ b/recipe/patch_yaml/python-elf.yaml @@ -0,0 +1,9 @@ +# Python Elf 0.6.0 isn't yet compatible with zarr 3 +# https://github.com/conda-forge/micro_sam-feedstock/pull/29 +# https://github.com/conda-forge/python-elf-feedstock/pull/20 +if: + name: python-elf + version_le: 0.6.0 + timestamp_lt: 1736608309000 +then: + - add_constrains: zarr <3.0a0