-
Notifications
You must be signed in to change notification settings - Fork 60
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
Upgrade Numpy to 1.18 for Python 3.9 support #196
Conversation
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
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.
Let's get @jakirkham to take a look at this also. I know he pinned to 1.17
in #148. Just want to make sure this version bump is okay.
Yep this is totally fine. Actually happy to see 1.17 go away. For context we need to pin during the build since we link to NumPy's C API. At runtime this simply forms a lower bound on what NumPy version is supported. So as long as we are moving the rest of RAPIDS to NumPy 1.18, this makes sense. HTH 🙂 |
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.
Looks good to me!
@gpucibot merge |
@Ethyling I think we need you to merge directly and not with gpucibot |
Or does this still need an OPS review? |
Following #196, it seems like Numpy 1.18 is not enough for Python 3.9 and we need to upgrade to Numpy 1.19 Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #203
To support Python 3.9, we need to have
numpy >= 1.18