pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

spacetime.py requires geopandas and shapely that are not among requirements #130

Closed martinfleis closed 9 months ago

martinfleis commented 10 months ago

conda-forge feedstock is failing due to missing geopandas and shapely in the dependencies while being imported on top of spacetime.py.

Are we fine with the hard dependency on geopandas here? Or shall I make those optional?

martinfleis commented 10 months ago

Given we require lib, which from 4.8.0 also requires geopandas and shapely, I suppose that former is fine.