Skip to content

Commit

Permalink
Merge pull request #941 from hmaarrfk/limit_elf_zarr
Browse files Browse the repository at this point in the history
limit zarr to under 3 if installed with python-elf
  • Loading branch information
hmaarrfk authored Jan 11, 2025
2 parents 152e3ec + 26adf1d commit 71cc552
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/python-elf.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71cc552

Please sign in to comment.