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
Currently scikit-build-core supports specifying minimum required CMake and ninja versions in pyproject.toml. While this may be sufficient most of the time, sometimes more precise version requests are necessary. It would be good for scikit-build-core to support full version specs here.
The text was updated successfully, but these errors were encountered:
Close#583.
If `tool.scikit-build.minimum-version` is set, then this will require
the correct setting here. If it's unset, it will just produce a warning
if the old form is used (for now).
This is also an API change, but I think that's fine for a 0.x release
unless someone needs back-compat, which I can add if needed.
Signed-off-by: Henry Schreiner <[email protected]>
Currently scikit-build-core supports specifying minimum required CMake and ninja versions in pyproject.toml. While this may be sufficient most of the time, sometimes more precise version requests are necessary. It would be good for scikit-build-core to support full version specs here.
The text was updated successfully, but these errors were encountered: