Skip to content

Commit

Permalink
Merge pull request #943 from constantinpape/limit-zarr-micro-sam
Browse files Browse the repository at this point in the history
limit zarr to under 3 when installed with micro-sam
  • Loading branch information
hmaarrfk authored Jan 12, 2025
2 parents 71cc552 + 0314be9 commit 79689db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/micro_sam.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 79689db

Please sign in to comment.