MIT-LCP / wfdb-python

Native Python WFDB package
MIT License
730 stars 298 forks source link

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

Closed tompollard closed 2 weeks ago

tompollard commented 2 weeks ago

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").

tompollard commented 2 weeks ago

Thanks Benjamin