Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use openblas on manylinux_2_28 (#449)
Prepare for python 3.12, numpy will require OpenBLAS rather than atlas. Furthermore, atlas fails randomly on travis-ci on manylinux_2_28 with a `assertion !pthread_create(&thr->thrH, &attr, rout, arg) failed, line 119 of file /builddir/build/BUILD/ATLAS/s390x_base/..//src/threads/ATL_thread_start.c` message so this should take care of that as well.
- Loading branch information