diff --git a/requirements.txt b/requirements.txt index 29f2fa0..fd0b4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ tabulate setuptools twine wheel -pyqt5 \ No newline at end of file +pyqt5 +scipy \ No newline at end of file diff --git a/setup.py b/setup.py index 1c4f793..21fd05e 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ 'twine', 'wheel', 'pyqt5', + 'scipy', 'pyaudio' ], license="Apache License 2.0",