Skip to content

Fix to use numpy > 2.0#40

Closed
murilobalves wants to merge 2 commits intomasterfrom
fix-for-numpy2
Closed

Fix to use numpy > 2.0#40
murilobalves wants to merge 2 commits intomasterfrom
fix-for-numpy2

Conversation

@murilobalves
Copy link
Contributor

@murilobalves murilobalves commented Jan 9, 2026

np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead.
np.complex_ was removed in the NumPy 2.0 release. Use np.complex128 instead.

Does that forces further changes in other packages?

I could only test with pycolleff

@murilobalves murilobalves deleted the fix-for-numpy2 branch January 9, 2026 19:10
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