-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
OS Specific dependencies #2479
Comments
It looks like this is covered in markers. Maybe this should be referenced on the pyproject.toml page where people would expect it? |
Is this a won't fix? Maybe a more general solution would be linking to dependency specification in |
You are welcome to make a PR adding this link. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
StackOverflow post for non-poetry specific case
It may be useful to expand this to OS specific wheels with different code in case the project can't easily be made universal. If this approach is used, there may be a separate table in the config file for each OS where you can select a different package directory.
Some packages also have requirements for certain versions of Python, usually backports, which would be helpful here too.
The text was updated successfully, but these errors were encountered: