Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information