Skip to content

Commit

Permalink
Merge pull request #944 from jdblischak/anndata-zarr-3
Browse files Browse the repository at this point in the history
anndata requires zarr<3. Runtime constraint added in 0.11.3
  • Loading branch information
ocefpaf authored Jan 13, 2025
2 parents c602dcf + 96a6baf commit 1640151
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 1640151

Please sign in to comment.