-
Notifications
You must be signed in to change notification settings - Fork 858
Bumping numpy version for Mac M1 compat #1690
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
e5a8b53
to
fb42ee9
Compare
fb42ee9
to
cec6723
Compare
* update python version * py38 test now passes * fix mypy check errors * add more comment in code
@rsmith49 I think merging this PR will help py37 and py38 CI builds |
* update python version * py38 test now passes * fix mypy check errors * add more comment in code * fix mypy error * remove unused import
@zexuan-zhou thanks for all the dev effort here! Looks like we addressed the mypy issues - ready for a review @bhancock8 |
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.
Changes lgtm! And proof is in the pudding—no changes to logic, only dependencies and types, and mypy is now satisfied (with helpful docstrings explaining conversions along the way). Ship it!
@bhancock8 @rsmith49 Will there be a version release for this or what version should I use to install the latest version. Thank you |
* Bumping numpy version for Mac M1 compat * update python version * fix mypy check errors Co-authored-by: Bruce Zhou <[email protected]>
Description of proposed changes
According to #1689, numpy versions lower than 1.21 are not supported by the new Mac M1 chips. Bumping the upper bound of numpy to accommodate this.
Related issue(s)
Fixes #1689
Test plan
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.