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

Upgrade Numpy to 1.18 for Python 3.9 support #196

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

jjacobelli
Copy link
Contributor

To support Python 3.9, we need to have numpy >= 1.18

Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
@jjacobelli jjacobelli added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 19, 2022
@jjacobelli jjacobelli requested a review from a team January 19, 2022 15:06
@jjacobelli jjacobelli self-assigned this Jan 19, 2022
Copy link
Member

@ajschmidt8 ajschmidt8 left a 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.

@jakirkham jakirkham requested a review from gigony January 19, 2022 18:54
@jakirkham
Copy link
Member

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 🙂

Copy link
Contributor

@gigony gigony left a 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!

@jjacobelli
Copy link
Contributor Author

@gpucibot merge

@quasiben
Copy link
Member

@Ethyling I think we need you to merge directly and not with gpucibot

@jakirkham
Copy link
Member

Or does this still need an OPS review?

@rapids-bot rapids-bot bot merged commit 5f1f880 into rapidsai:branch-22.02 Jan 19, 2022
rapids-bot bot pushed a commit that referenced this pull request Jan 20, 2022
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
@gigony gigony added this to the v22.02.00 milestone Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants