Closed
Description
The current requirements in setup.py
include shapely < 2.0.0
.
Line 146 in db518b0
The version 2.0.0
of Shapely has been released in December 2022.
https://pypi.org/project/shapely/#history
It would be great to update the dependency, so that users of your package that also depend on shapely directly don't have to use an outdated version.