-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
CI Remove remaining windows 32 references #24657
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
Conversation
LGTM but while the win64 build is not fixed it's hard to be 100% sure that this PR does not introduce any regression. Maybe we should wait for a maintenance release of scipy with scipy/scipy#17224 before merging this. |
@thomasjpfan , I didn't check the details of this PR and I introduced the same changes in #24446 ... well, anyway, if you folks want to merge this one before, I will just merge in my branch. |
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.
LGTM!
I think this comment can be removed as well as we will from now on implicitly define 64bit configurations:
scikit-learn/.github/workflows/wheels.yml
Line 83 in 3e6a39a
# NumPy on Python 3.10 only supports 64bit and is only available with manylinux2014 |
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.
I merged @cmarmo's PR to main and merged main here. Only the cleanup of make_distributor_init_32_bits
remains.
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Reference Issues/PRs
Follow up to #24627
What does this implement/fix? Explain your changes.
This PR removes remaining windows 32bit code for building wheels.