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

Add Support for numpy >=2.0, current pin "numpy<2.0.0" #663

Open
rxm7706 opened this issue Nov 26, 2024 · 0 comments
Open

Add Support for numpy >=2.0, current pin "numpy<2.0.0" #663

rxm7706 opened this issue Nov 26, 2024 · 0 comments

Comments

@rxm7706
Copy link

rxm7706 commented Nov 26, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently "numpy<2.0.0" is a requirement for pygwalker

Describe the solution you'd like
A clear and concise description of what you want to happen.
Numpy 2.0 was Released: Jun 16, 2024
https://numpy.org/devdocs/release/2.0.0-notes.html

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs.

Additional context
Add any other context or screenshots about the feature request here.

As most packages, libraries are supporting numpy >2.0, installing pygwalker downgrades the core numpy package.
Current Version of numpy==2.1.3 Released: Nov 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant