Hi! Thanks for the excellent work on cornac!
I noticed that v2.3.3 has pre-built wheels for most platforms on PyPI, but is missing linux_aarch64 (ARM64 Linux) wheels.
This means ARM64 Linux users need to compile from source, which significantly increases Docker build times in CI/CD pipelines.
Would it be possible to add linux_aarch64 wheels to future releases? conda-forge already has ARM64 builds available, so the compilation setup seems feasible.
Thanks in advance.