aprsa / ndpolator

fast, n-dimensional linear interpolation and extrapolation on sparse grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the failing numpy 2.0 cibuildwheel workflow

aprsa opened this issue · comments

Architecture pp3.9-manylinux-i686 is failing to build numpy 2.0 wheels; this has nothing to do with ndpolator, but to work around it, the version of numpy is capped at < 2.0.0. I hope that either numpy or cibuildwheel folks fix this soon. At that point we need to remove the workaround from the CI.