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
fix: add CMake as a build requirement only if required
The PyPI distribution of CMake shall not be listed as an unconditional build requirement.
It shall only be added as a build requirement if not installed or too low a version.
This helps building from sources on platforms where no wheels are available for CMake but the system already provides a recent enough CMake version.
In case of error checking the version, the backend falls back to using the PyPI distribution of CMake.
0 commit comments