Henry Schreiner
Henry Schreiner
What's the "last second"? Unless pip makes this an error, it's always been a warning to request an extra that doesn't exist. And we can't add a warning any other...
> optional dependency is actually removed causing errors That's the point, removing the optional dependency causes warnings, not errors. > . I will probably add `-Werror` to my various CI...
See `scikit-build-core[color]`, for example.
Upgraded in #543, thanks for the help!
You can't install the cmake or ninja packages from binaries if you don't already have cmake and ninja on your system. You can install any system version, then it should...
I think the changes since previous versions are: * The bootstrap CMake required is now 3.15+, while much older versions used to work * Ninja is required, for some reason...
It's not supposed to, I'm assuming this is already installed? If someone manually places `"cmake"` in their requirements, then it will trigger this no matter what, but using a proper...
This might not help with the Hatch plugin, as the reason it doesn't support editable installs is because it handles the wheel, not scikit-build-core. I was thinking we can't write...
Yes, we'd need to make sure it's unique. And I'm not sure how they might interact.
Looks like more internal stuff being used that got removed. Hopefully we can move to using scikit-build-core's setuptools plugin before the end of the year to avoid this breakage every...