holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

missing dependency for example: descartes #15

Closed ebo closed 4 years ago

ebo commented 4 years ago

it was easy to find and fix on my end, but you might want to add it to setup.py extra_require

jonmmease commented 4 years ago

Good idea, Thanks! Added this in https://github.com/holoviz/spatialpandas/pull/18

ebo commented 4 years ago

Thanks. Closing