Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set upper bound on Numpy version (numpy = ">=1.10.1,<2.0.0"). Ref #493.…
… (#494) 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"`).
- Loading branch information