Skip to content

Commit

Permalink
Add spatialpandas
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 10, 2019
1 parent ec4bafc commit fe90b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
extras_require['examples'] = extras_require['recommended'] + [
'networkx', 'pillow', 'xarray>=0.10.4', 'plotly>=4.0',
'datashader', 'selenium', 'phantomjs', 'ffmpeg', 'streamz>=0.5.0',
'cftime', 'netcdf4', 'bzip2', 'dask', 'scipy']
'cftime', 'netcdf4', 'bzip2', 'dask', 'scipy', 'spatialpandas']

# Extra third-party libraries
extras_require['extras'] = extras_require['examples']+[
Expand Down

0 comments on commit fe90b6d

Please sign in to comment.