diff --git a/Monsoon/sampleEngine.py b/Monsoon/sampleEngine.py index 0ff1371..378c672 100644 --- a/Monsoon/sampleEngine.py +++ b/Monsoon/sampleEngine.py @@ -14,8 +14,6 @@ import sys import usb import os -import scipy as sp -import scipy.stats class channels: timeStamp = 0 diff --git a/setup.py b/setup.py index ed5cccb..ef4f261 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files - install_requires=['numpy','pyusb','libusb1','scipy'], + install_requires=['numpy','pyusb','libusb1'], # If there are data files included in your packages that need to be # installed in site-packages, specify them here. If using Python 2.6 or less, then these