We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if pyproject.toml has an entry like foo==1.3; sys_platform='darwin', pycross basically ignores the marker.
pyproject.toml
foo==1.3; sys_platform='darwin'
Maybe that's the right approach. But another option would be to use it in a compatible_with definition, or in some kind of all_dependencies group.
compatible_with
all_dependencies
The text was updated successfully, but these errors were encountered:
jvolkman
No branches or pull requests
Currently, if
pyproject.toml
has an entry likefoo==1.3; sys_platform='darwin'
, pycross basically ignores the marker.Maybe that's the right approach. But another option would be to use it in a
compatible_with
definition, or in some kind ofall_dependencies
group.The text was updated successfully, but these errors were encountered: