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

Set upper bound on Numpy version (numpy = ">=1.10.1,<2.0.0"). Ref #493. #494

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

tompollard
Copy link
Member

As discussed in #493, numpy v2.0.0 introduces a breaking change for WFDB: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#changes-to-numpy-data-type-promotion.

This pull request sets an upper bound on the numpy version as a temporary fix (numpy = ">=1.10.1,<2.0.0").

Numpy v2 introduces a breaking change for WFDB https://numpy.org/devdocs/numpy_2_0_migration_guide.html#changes-to-numpy-data-type-promotion. Set an upper bound on the Numpy version until the issue has been addressed.
Copy link
Collaborator

@bemoody bemoody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the best temporary fix.

@tompollard tompollard merged commit 13df748 into main Jul 3, 2024
14 checks passed
@tompollard
Copy link
Member Author

Thanks Benjamin

@tompollard tompollard deleted the tp/numpy_lt_v2 branch July 3, 2024 18:29
@tompollard tompollard restored the tp/numpy_lt_v2 branch July 3, 2024 18:29
@tompollard tompollard deleted the tp/numpy_lt_v2 branch July 3, 2024 18:29
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.

2 participants