-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Wheels for win_arm64 #61463
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
base: main
Are you sure you want to change the base?
Wheels for win_arm64 #61463
Conversation
khmyznikov
commented
May 19, 2025
- closes BUILD: Provide wheel for Windows ARM64 #61462
- no new code was added to pandas
Add win_arm64
This reverts commit f9aa3a6.
Regular win_amd also required the |
|
||
- name: Set up Python | ||
- name: Set up Python for validation/upload (non-ARM64 Windows & other OS) | ||
if: matrix.buildplat[1] != 'win_arm64' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So wheel
is not installable in this environment on win_arm64
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mroeschke micromamba
is not available on win_arm64
. That's why I'm installing wheel
in next steps