Skip to content

Commit

Permalink
adding the cartophy
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Souri committed Oct 25, 2022
1 parent 9965a67 commit db4119a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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)

0 comments on commit db4119a

Please sign in to comment.