meta00 / vital_sqi

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

Remove libraries that are not required for main vital_sqi functionality #62

Open bahp opened 3 years ago

bahp commented 3 years ago

Hi all,

I am trying to run an small example plot_read_signal.py. I have pulled the new vital_sqi version and it forces me to install the following library 'pyflowchart' in order to execute the script. However, my script has nothing to do with creating flowcharts. I think this 'non essential' libraries should be commented and only imported in those functions in which it is actually required.

Hope it helps!

Best