Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
234: Pin down scipy version r=chrysn a=chrysn Newer versions cause build failures because they expect a newer cython than is provided in jammy; they'd show errors like: ``` Error compiling Cython file: ------------------------------------------------------------ ... ctypedef float s ctypedef double d ctypedef float complex c ctypedef double complex z cdef void caxpy(int *n, c *ca, c *cx, int *incx, c *cy, int *incy) noexcept nogil ^ ------------------------------------------------------------ /usr/local/lib/python3.10/dist-packages/scipy/linalg/cython_blas.pxd:20:67: Syntax error in C variable declaration ``` Let's hope this allows building again -- if not, we have multiple bitrots to combat. Co-authored-by: chrysn <[email protected]>
- Loading branch information