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

build(python): Pin optional NumPy dependency to < 2.0.0 for now #17060

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Jun 19, 2024

Ref #16998

I should have done this earlier - apologies. I had misjudged the implications here.

To be clear:

  • This will make sure pip install polars[numpy] gets you a compatible version.
  • If you have NumPy 2.0 installed, you can still pip install polars without problems. Polars works with NumPy 2.0 with certain limitations (see linked issue).

@github-actions github-actions bot added build Changes that affect the build system or external dependencies python Related to Python Polars labels Jun 19, 2024
@stinodego stinodego marked this pull request as ready for review June 19, 2024 08:55
@stinodego stinodego merged commit d265f35 into main Jun 19, 2024
15 checks passed
@stinodego stinodego deleted the pin-numpy-dep branch June 19, 2024 09:37
@c-peters c-peters added the accepted Ready for implementation label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation build Changes that affect the build system or external dependencies python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants