Skip to content

Commit

Permalink
Merge pull request #126 from DavidChoi76/develop
Browse files Browse the repository at this point in the history
Fixed #119 make spatial python packages optional
  • Loading branch information
arbennett committed Sep 7, 2020
2 parents 90f1c83 + bf970ad commit 4b277f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
'distributed',
'toolz',
'pytest',
'fiona',
'cartopy',
'shapely',
'seaborn',
'matplotlib',
'geopandas',
'pandas',
'hs_restclient',
'hs_restclient'
],
extras_require={'plotting': [
'fiona',
'cartopy',
'shapely',
'seaborn'
],},
include_package_data=True,
test_suite='pysumma.tests')

0 comments on commit 4b277f8

Please sign in to comment.