Skip to content

Commit

Permalink
Patch scipy<1.15 for anndata<0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jan 9, 2025
1 parent d4a7f58 commit b4bb7f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipe/patch_yaml/anndata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@ then:
- replace_depends:
old: "h5py >=3.1"
new: "h5py >=3.6"
---
# scipy 1.15 introduced an incompatibility, which anndata fixed in 0.11.2. This
# patch prevents previous releases from being co-installed with scipy 1.15
# https://github.com/scverse/anndata/pull/1806
# https://github.com/conda-forge/anndata-feedstock/pull/49
if:
name: anndata
version_lt: "0.11.2"
timestamp_lt: 1736438107000
then:
- tighten_depends:
name: scipy
upper_bound: 1.15.0

0 comments on commit b4bb7f9

Please sign in to comment.