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