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

Commit

Permalink
Updated requirements and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Aug 28, 2017
1 parent 61dd75c commit 263cc2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -49,6 +49,7 @@ out = ecg.ecg(signal=signal, sampling_rate=1000., show=True)
- scikit-learn
- scipy
- shortuuid
- six

## License

Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -54,6 +54,7 @@ Dependencies
- scikit-learn
- scipy
- shortuuid
- six

License
-------
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
@@ -1,8 +1,8 @@
bidict==0.13.1
h5py==2.6.0
matplotlib==2.0.0
numpy==1.11.3
scikit-learn==0.18.1
scipy==0.18.1
h5py==2.7.0
matplotlib==2.0.2
numpy==1.13.1
scikit-learn==0.18.2
scipy==0.19.1
shortuuid==0.5.0
six==1.10.0

0 comments on commit 263cc2c

Please sign in to comment.