From 2427981773d018d1eb8447717abe045c26c06834 Mon Sep 17 00:00:00 2001 From: Greg Starr Date: Sat, 25 Jun 2022 07:15:21 -0400 Subject: [PATCH] asdfasdfasfd --- setup.py | 6 ------ 1 file changed, 6 deletions(-) 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' - ] )