Closed
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
We usually build our container images based on python-alpine
to reduce their size, however colleagues with Apple Silicon-based devices are unable to build these images, since there are no musllinux
builds for aarch64, only x64. So analogue to numpy/numpy#24934 I would kindly ask you to add these wheels as well.
Feature Description
Just add a musllinux aarch64 target to your build pipelines.
Alternative Solutions
None.
Additional Context
No response