Skip to content
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

Investigate universal wheel selection with --python-platform #3227

Closed
charliermarsh opened this issue Apr 23, 2024 · 0 comments · Fixed by #3228
Closed

Investigate universal wheel selection with --python-platform #3227

charliermarsh opened this issue Apr 23, 2024 · 0 comments · Fixed by #3228
Assignees

Comments

@charliermarsh
Copy link
Member

uv pip compile requirements.in --python-platform=macos also fails for open3d because the ARM64 wheels are only available for MacOS 13.0+ (or universal for 10.15+) while uv specifies MacOS 11.0 for ARM64.

See: #3111 (comment)

@charliermarsh charliermarsh self-assigned this Apr 23, 2024
@charliermarsh charliermarsh changed the title Investigate universal wheel seleciton with --python-platform Investigate universal wheel selection with --python-platform Apr 23, 2024
charliermarsh added a commit that referenced this issue Apr 23, 2024
## Summary

macOS 11 has been EOL for 7 months, and it seems like it's common to
publish ARM-only wheels at 12.0+. I think this is a better default for
ARM macs.

Closes #3227.

## Test Plan

`cargo run pip install scikit-learn==1.3.2 --python-platform macos
--no-build`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant