We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829815b commit b884e79Copy full SHA for b884e79
setup.py
@@ -55,7 +55,8 @@
55
'nose>=1.3.7',
56
'numpy>=1.11.0',
57
'matplotlib>=1.5.1',
58
- 'cairocffi>=0.7.2'
+ 'cairocffi>=0.7.2',
59
+ 'configparser>=3.5.0'
60
],
61
62
# List additional groups of dependencies here (e.g. development
wfdb/plotwfdb.py
@@ -1,5 +1,5 @@
1
import numpy as np
2
-from wfdb import readsignal
+import readsignal
3
import matplotlib.pyplot as plt
4
5
0 commit comments