From db4119a6c6e25bbd96b481a31adbf72e30787ee7 Mon Sep 17 00:00:00 2001 From: Amir Souri Date: Tue, 25 Oct 2022 13:24:13 -0400 Subject: [PATCH] adding the cartophy --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 112b330..1b65cf5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ readme = f.read() setup(name='GEOAkaze', - version='0.2.2', + version='0.2.3', description='Geolocation correction using Akaze', long_description=readme, long_description_content_type='text/markdown', @@ -18,5 +18,5 @@ packages=['GEOAkaze'], install_requires=[ 'numpy','matplotlib','scipy','netCDF4','opencv-python','rasterio','utm','shapely','simplekml','palettable','scikit-image', - 'fpdf'], + 'fpdf', 'Cartopy'], zip_safe=False)