You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use PEP-0426 environment markers to build universal wheels
PEP-0426 defines [environment markers][] to allow wheels to
conditionally install dependencies. This won't work with really old
versions of setuptools/pip, but it works with pip 1.5.6 and newer.
[environment markers]: https://www.python.org/dev/peps/pep-0426/#environment-markers
0 commit comments