Open jdblischak opened 6 hours ago
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found some lint.
Here's what I've got...
For recipe/meta.yaml:
noarch
packages can't have selectors. If the selectors are necessary, please remove noarch: python
.Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
Checklist
conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)The 0.11.0 update PR was automerged before its dependencies could be updated (#42). It now requires a minimum of python 3.10 (https://github.com/scverse/anndata/pull/1712). Because the conda recipe was not updated, anndata 0.11.0 will be installed into conda envs with python 3.9, breaking them.
I implemented the new
python_min
strategy for noarch python recipes like this. It should help catch these types of problems automatically in the future.https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python https://github.com/conda-forge/cfep/blob/main/cfep-25.md