rules_pycross icon indicating copy to clipboard operation
rules_pycross copied to clipboard

Figure out what to do with markers on top-level dependencies

Open jvolkman opened this issue 1 year ago • 0 comments

Currently, if pyproject.toml has an entry like foo==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 of all_dependencies group.

jvolkman avatar Nov 28 '23 03:11 jvolkman