Skip to content

Commit

Permalink
anndata requires zarr<3. Runtime constraint added in 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jan 13, 2025
1 parent c602dcf commit 96a6baf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/patch_yaml/anndata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ then:
- tighten_depends:
name: scipy
upper_bound: 1.15.0
---
# anndata requires zarr<3. Runtime constraint added in 0.11.3
# https://github.com/conda-forge/anndata-feedstock/pull/52
# https://github.com/scverse/anndata/releases/tag/0.11.3
# https://github.com/scverse/anndata/pull/1819
if:
name: anndata
version_lt: "0.11.3"
timestamp_lt: 1736784424000
then:
- add_constrains: "zarr<3"

0 comments on commit 96a6baf

Please sign in to comment.