Skip to content

Fix compatibility with NumPy 2.0 - #8

Open
GabrielMajeri wants to merge 1 commit into
c-f-h:masterfrom
GabrielMajeri:fix-numpy-2.0-compatibility
Open

GabrielMajeri wants to merge 1 commit into
c-f-h:masterfrom
GabrielMajeri:fix-numpy-2.0-compatibility

Conversation

@GabrielMajeri

Copy link
Copy Markdown

While trying to use ilupp with the latest version of NumPy, I got the following error:

AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.

I've forked the project in order to fix it. There's a single place where we use np.float_; everything else is still working fine.

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

Successfully merging this pull request may close these issues.

1 participant