From d8a88a56cdb578f1882e4a2e35178f2c289ced32 Mon Sep 17 00:00:00 2001 From: Luke Pajer <31792929+The-Geology-Guy@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:09:47 -0400 Subject: [PATCH] Update setup.py --- setup.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 0255617..c2381fb 100644 --- a/setup.py +++ b/setup.py @@ -30,20 +30,13 @@ 'pandas', 'geopandas', 'utm', - 'math', 'numpy', - 'itertools', 'datetime', 'xmltodict', - 'time', 'affine', - 'os', 'requests', - 'io', 'tqdm', - 'tempfile', - 'zipfile', - 'IPython.display', + 'IPython', 'rasterio', 'cartopy', 'matplotlib',