Commit 13df748
authored
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"`).
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments