Tim de Jager
Tim de Jager
Hi! I think this is because uv became a bit smarter with just building the metadata of wheels, during the solve. The workaround for now is to use `pixi clean...
`--no-deps` would still hit the cache though, I think, so would not re-install. The problem is that a frontend only needs to rebuild if the metadata could be changed, as...
With some more testing, I'm now kind of rethinking the whole thing. I've tried doing an `install` with uv and while it does not seem to build the code, it...
Again, now that I'm thinking of it, it might be meson doing it itself.
~~Sorry I'm thinking out loud here in this issue. But it works for uv if I add an empty `dynamic = []` to the `pyproject.toml`. However, that does not work,...
Hi! Ralf. Thank you for this response, it's great to see you here in this repository :) So are you saying, and If I'm reading the documentation correctly, that if...
Hi Rolf! Thanks for the clarification, this is very helpful. I'm not sure what in the original workflow by the OP results in a missing build dir. However, with that...
Also as an aside @rgommers if there is any way we can improve the experience of scientific Python users that you see, please make as many issues as you'd like...
> I’m encountering a similar issue. I’m working on a C++ and Python project using scikit-build-core as the build backend. When I make changes to the C++ source code, running...
Yeah you are right, we should start including this!