diff --git a/setup.py b/setup.py index 8a0b95f..3ac18b6 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,4 @@ author='gregstarr', author_email='gregstarr2@gmail.com', description='', - install_requires=[ - 'numpy', - 'scipy', - 'appdirs', - 'xarray' - ] )