Open
Description
Feature request
Hi, I was wondering if it is possible to add MUSL wheels for numba
and llvmlite
since lots of people use CICD images based on Alpine. This distribution uses different a implementation of libc: musl (see Alpine Linux has switched to musl libc | Alpine Linux ), and is incompatible with manylinux
wheels.
I know that for example the shap
library is waiting for llvmlite
and numba
to release MUSL wheels.
Thanks!
Activity