giulbia / baby_cry_detection

Recognition of baby cry audio signal
250 stars 116 forks source link

setup.py: fix redudant dependencies #18

Closed amunozh closed 6 years ago

amunozh commented 6 years ago

install_requires had 'json' and 'pickle' dependencies, but those are standard with respect to any python distribution.

Incidentally, adding those in install_requires made the installation fail on some configurations.

Removing those entries from the dependency list will do the job.

Signed-off-by: amunozh andresmh96@gmail.com