meta00 / vital_sqi

A package for physiological signal quality control
MIT License
31 stars 11 forks source link

requirements #4

Closed meta00 closed 3 years ago

meta00 commented 3 years ago

Edit the setup.py with package versions

install_requires = ['numpy',
                      'matplotlib',
                      'scipy',
                      'sklearn',
                      'pandas',
                      'tqdm',
                      'plotly',
                      'dtw-python',
                      'py-ecg-detectors'] 

and upload requirements.txt

Koaha commented 3 years ago

uploaded requirements.txt

edited package version install_requires = ['dtw-python==1.1.6', 'heartpy==1.2.6', 'hrv-analysis==1.0.3', 'matplotlib==3.3.3', 'numpy==1.19.5', 'pandas==1.2.1', 'plotly==4.14.3', 'scikit-learn==0.24.1', 'scipy==1.6.0', 'statsmodels==0.12.1', 'tqdm==4.56.0', 'lightgbm==3.2.0', 'xgboost==1.3.3', 'py-ecg-detectors==1.0.2']

meta00 commented 3 years ago

scipy==1.6.0 and pandas==1.2.1 don't work with python 3.6