Leo Fang
Leo Fang
Thanks, Bas! I gave it a shot but it still did not rebuild (no compilation happens after this heading was printed): ``` │ │ ************************************************************ │ │ * CuPy Configuration...
Sorry Bas/Lucas, I am a bit swamped and will try to get to this next week 🙇 cc @cpcloud for vis (who has looked into a similar situation on our...
Sorry for my late reply. @baszalmstra @lucascolley can we reopen this issue? I don't think this is fixed. > So what you are seeing is that the second install command...
I literally just tried :D Unfortunately, no difference. ```toml [environments] py314-cu13 = { features = ["py314", "cu13"], no-default-feature = true } py314-cu12 = { features = ["py314", "cu12"], no-default-feature =...
Any chance I shouldn't use the `package` section? Maybe it is not fully compatible with environments/features?
I shrunk the cartesian product to only two elements and it still fails: ```toml [workspace.build-variants] python = ["3.14.*", "3.14.*"] cuda-version = [">=12.0,=13.0,=13.0,=12.0,
On the other hand, if I break the cartesian product and let `cuda-version` float (so that it always uses CUDA 13), my manifest above works just fine: ```toml [feature.py314.dependencies] python...
@ruben-arts @wolfv I begin to think https://github.com/prefix-dev/pixi/issues/4303 is the same issue as what I am seeing above. Could you kindly take a look?
/ok to test add0ba1
/ok to test 638990d