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

support for numpy >= 2.0 #1645

Open
quant5 opened this issue Sep 3, 2024 · 1 comment
Open

support for numpy >= 2.0 #1645

quant5 opened this issue Sep 3, 2024 · 1 comment

Comments

@quant5
Copy link

quant5 commented Sep 3, 2024

Missing functionality

Numpy 2.0.0 was released on June 16. https://github.com/numpy/numpy/releases/tag/v2.0.0. The current version is 2.1.1.

To date, ydata-profiling is not compatible with 2.0.x per requirements.txt.

As such, it is currently a blocker for users to upgrade to 2.0.x if they have this package installed.

Proposed feature

Loosen requirements to include 2.0.x unless there are specific reasons (e.g., usage of deprecated function names) not to.

Alternatives considered

No response

Additional context

No response

@stefansimik
Copy link

This is really important. This library already forces us to downgrade to older Numpy versions and it is not very comfortable situation. Starts to be blocker for using this library.

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

No branches or pull requests

3 participants