SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

Python 3.13 depends on a scipy source build #1198

Open Christian-B opened 1 month ago

Christian-B commented 1 month ago

ref: https://github.com/scipy/scipy/issues/16308 """ you need to have openblas installed if you want to build scipy from source, which is what your log indicates. Which makes sense: scipy 1.14.0 on pypi, understanable, does not have python 3.13 wheels. So you'll need to either build scipy from source (which requires openblas etc) or use nightlies from https://anaconda.org/scientific-python-nightly-wheels/scipy/files (usual caveates about nightly builds apply) """

Christian-B commented 1 month ago

I do not see supporting pre release 3.13 important enough to try to build scipy from source. Making this for a later release

EwoutH commented 2 weeks ago

Tomorrow the Python 3.13 release candidate will be released, which makes 3.13 ABI stable and allows (and encourages) wheels to be uploaded to PyPI.