Skip to content

Add free-threading wheel for Linux arm64 (aarch64) #31512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MatthewSZhang opened this issue Jun 10, 2025 · 1 comment · Fixed by #31513
Closed

Add free-threading wheel for Linux arm64 (aarch64) #31512

MatthewSZhang opened this issue Jun 10, 2025 · 1 comment · Fixed by #31513

Comments

@MatthewSZhang
Copy link
Contributor

Describe the workflow you want to enable

I am a maintainer for the third-party package fastcan. I tested the package on the free-threading Python (cp313t), and found scikit-learn missing a wheel for Linux arm64 (aarch64) on PyPI.

I would like to have the official release wheel rather than building it from source.

Describe your proposed solution

I tested scikit-learn on my own fork, and the free-threading wheel for Linux arm64 (scikit_learn-1.8.dev0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl) can be successfully built. So I suppose that wheel is just mistakenly missed.

Just add that wheel in wheel.yml should be fine.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@lesteve
Copy link
Member

lesteve commented Jun 10, 2025

numpy and scipy have a Linux arm64 free-threaded wheel so I guess it would make sense to have one for scikit-learn as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants