Tim de Jager
Tim de Jager
Smells and looks like a bug, thank you we should look into this!
Hey! Thanks for reporting, while the error is expected, you don't really need the `--platform` as the dependency is not platform specific per-se. Read this to learn more: https://pixi.sh/latest/reference/project_configuration/#the-target-table I...
As extra information: * Switching the `numpy` and `numba` depencies seems to select different versions. And the solve succeeds. * I've tested with `uv` and `pyproject.toml` and did not encounter...
Note that currently in the uv codebase you can only specify --no-deps. They call it `DependencyMode::Direct` for an entire solve AFAICS at least. To Implement this nicely, as has been...
Maybe the best thing is to try and make a PR to uv to add this capability to the solver, this would alleviate the solve step. We could however decide...
@jorenretel I'd guess that for that use-case it would make more sense to override an individual dependency a la a: [https://docs.astral.sh/uv/concepts/resolution/#dependency-overrides](https://docs.astral.sh/uv/concepts/resolution/#dependency-overrides)
Yeah sorry not really a workaround for now alas. I indeed made the other issue instead, to track this, don't have time to get to it soon but I can...
Would it be possible to get a reproducer for this?
Great thank you! Will investigate this next week :)
Thanks, let's track and update accordingly.