You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2023. It is now read-only.
Issues like this pandas-dev/pandas#22668 discussed adding musllinux wheels to improve installation on Alpine. I haven't found this addressed anywhere, but the recent PEP 656 defines musl builds, so it should now be possible.
If a reference implementation is needed,cibuildwheel is a good example.
Unfortunately the numpy dependency is going to block any sort of "quick" install, but pandas moving to a wheel would still take a nice chunk out of install time. And help keep images much smaller.
I'd be happy to help if somebody could point me in the right direction