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

Code base incompatible with numpy>=1.24 #1198

Closed
PGijsbers opened this issue Feb 11, 2023 · 0 comments · Fixed by #1215
Closed

Code base incompatible with numpy>=1.24 #1198

PGijsbers opened this issue Feb 11, 2023 · 0 comments · Fixed by #1215
Assignees
Labels
Milestone

Comments

@PGijsbers
Copy link
Collaborator

Several unit tests fail with the following error: AttributeError: module 'numpy' has no attribute 'float'.
Deprecated since 1.20, these aliases are now removed from new numpy releases (numpy/numpy#22607).

Two step plan:

  • fix numpy<1.24 for subsequent 1.3.x releases.
  • update the code base and bump the minimum required version of numpy in the same release that we bump to Py3.9+
@PGijsbers PGijsbers added the bug label Feb 11, 2023
@PGijsbers PGijsbers self-assigned this Feb 11, 2023
@PGijsbers PGijsbers modified the milestones: 0.13.1, 0.14.0 Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant