prettymaps icon indicating copy to clipboard operation
prettymaps copied to clipboard

Added `Shapely` to the requirements.txt

Open cavriends opened this issue 2 years ago • 0 comments

There is no restriction on which version of Shapely will be installed (it is the latest, as per pip default). The deprecation warning that is thrown is (see the Shapely documentation on the migration)

ShapelyDeprecationWarning: Setting the 'coords' to mutate a Geometry
in place is deprecated, and will not be possible any more in Shapely 2.0

This is a placeholder as the underlying code has to be refactored to accommodate the changes.

cavriends avatar Jul 05 '22 09:07 cavriends