Conversation
|
About tmt issues. I've noticed an issue is that it is downloading numpy instead of using the installed version |
984bdc4 to
9a6f35a
Compare
|
NumPy just released 3.12 wheels (1.26.0b1) without having to use the nightly wheelhouse, so this should be much easier now. I'm guessing you are not disabling build isolation, which is why it's downloading the build environments (probably including a released version of scikit-build-core?). Probably would be better to disable build isolation and use only Fedora supplied packages, I think. |
Indeed, I forgot to add that. I've added both |
Signed-off-by: Henry Schreiner <[email protected]>
9a6f35a to
b2ed05e
Compare
|
Since fedora builds older versions of NumPy for 3.12, adding this breaks the non-isolated builds. A better solution for testing then probably is to just enable pre-releases (PIP_PRE=1). Closing in favor of #464. |
Trying nightlies for NumPy. If it works, we should do this for .fmf.