Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug: dependency analysis not compatible with CFEP-25 #3646

Open
wshanks opened this issue Jan 29, 2025 · 0 comments
Open

Minor bug: dependency analysis not compatible with CFEP-25 #3646

wshanks opened this issue Jan 29, 2025 · 0 comments

Comments

@wshanks
Copy link

wshanks commented Jan 29, 2025

CFEP-25 suggests putting python {{ python_min }} in the host and test requirements sections (and probably only the host matters for this isssue), but the grayskull dependency analysis expects the specification to match the upstream package when it specifies a bound in requires-python. So when requires-python is >={{ python_min}}, the dependency analysis complains like this:

Packages found by grayskull but not in the meta.yaml:

python >=3.9

Packages found in the meta.yaml but not found by grayskull:

python 3.9

See for example conda-forge/abi3audit-feedstock#18. This is not a big deal, but it would be better not to complain here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant