Kontinuation commented on code in PR #2123:
URL: https://github.com/apache/sedona/pull/2123#discussion_r2217133034


##########
python/tests/utils/test_geomserde_speedup.py:
##########
@@ -135,6 +137,15 @@ def test_geometry_collection(self):
         ]
         self._test_serde_roundtrip(geometry_collections)
 
+    @pytest.mark.skipif(
+        shapely.__version__ < "2", reason="SRID functions require Shapely >= 
2.0"
+    )

Review Comment:
   The shapely requirement of Sedona is >= 1.7.0. I found that the newly added 
geopandas support depends on features only in Shapely 2, this calls out for the 
removal of Shapely 1.x support.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to