pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
260 stars 69 forks source link

test against `shapely==2.0b1` #678

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

We should test spaghetti against the shapely pre-release for future-proofing (add to CI matrix).

# using pip
pip install --pre shapely==2.0b1
# using conda /mamba
conda install -c conda-forge/label/shapely_dev shapely

xref pysal/spopt#289, @martinfleis