-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Build wheels for macOS with Bazel #4280
Build wheels for macOS with Bazel #4280
Conversation
Test FAILed. |
b429f54
to
3878c56
Compare
Test FAILed. |
Test FAILed. |
3878c56
to
7798b35
Compare
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
@@ -137,7 +137,7 @@ def find_version(*filepath): | |||
|
|||
|
|||
requires = [ |
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.
Should this actually be ‘1.14.5’?
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.
No, minor versions are compatible, so if the user for example has 1.14.3 installed that's fine. We are just building against the latest minor version released.
Test FAILed. |
Due to https://issues.apache.org/jira/browse/ARROW-3141, we had to increase the minimum supported numpy version to 1.14.
#4272