Skip to content

Commit

Permalink
Merge pull request #937 from jdblischak/anndata-scipy-1.15
Browse files Browse the repository at this point in the history
Patch scipy<1.15 for anndata<0.11.2
  • Loading branch information
h-vetinari authored Jan 9, 2025
2 parents d4a7f58 + b4bb7f9 commit 4ae32e6
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 4ae32e6

Please sign in to comment.