-
Notifications
You must be signed in to change notification settings - Fork 537
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
Incompatible with NumPy 2.0... #233
Comments
Change line to
and this will work |
Doing that gives the next error
This is with the latest version of the package 0.0.15. Downgrading numpy worked for me (keeping the original np.NaN as is)
|
Using pipx, I successfully downgraded numpy with the following command from my notebook: |
Attempting to run this after install I get:
Still looking into if downgrading NumPy will resolve the issue.
The text was updated successfully, but these errors were encountered: