Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 263cc2c

Browse files
committed
Updated requirements and dependencies.
1 parent 61dd75c commit 263cc2c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ out = ecg.ecg(signal=signal, sampling_rate=1000., show=True)
4949
- scikit-learn
5050
- scipy
5151
- shortuuid
52+
- six
5253

5354
## License
5455

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Dependencies
5454
- scikit-learn
5555
- scipy
5656
- shortuuid
57+
- six
5758

5859
License
5960
-------

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bidict==0.13.1
2-
h5py==2.6.0
3-
matplotlib==2.0.0
4-
numpy==1.11.3
5-
scikit-learn==0.18.1
6-
scipy==0.18.1
2+
h5py==2.7.0
3+
matplotlib==2.0.2
4+
numpy==1.13.1
5+
scikit-learn==0.18.2
6+
scipy==0.19.1
77
shortuuid==0.5.0
88
six==1.10.0

0 commit comments

Comments
 (0)