Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 24, 2022
1 parent 798491c commit eac41c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,17 @@

DEPENDENCIES = {
'appdirs': [],
'bs4': [],
'eventlet': [],
'fiona': ['gdal'],
'geopandas': [],
'geopandas': ['gdal', 'fiona'],
'haversine': [],
'matplotlib': [],
'netCDF4': [],
'numpy': [],
'ordered_set': [],
'pandas': [],
'paramiko': [],
'psutil': [],
# 'pygrib': [], # TODO: make separate install
'pyproj>=2.6': [],
'requests': [],
'scipy': [],
'seaborn': [],
'shapely': [],
'stormevents>=1.2': [],
'utm': [],
Expand Down

0 comments on commit eac41c4

Please sign in to comment.