jiayuasu commented on code in PR #2014: URL: https://github.com/apache/sedona/pull/2014#discussion_r2175603790
########## python/sedona/geopandas/geoseries.py: ########## @@ -17,10 +17,11 @@ import os import typing -from typing import Any, Union +from typing import Any, Union, Literal import geopandas as gpd Review Comment: I also saw that `geopandas` is now a required dependency of `geoseries.py`. I think it is probably fair to assume this is true? If so, I guess `pyroj` dependency can exist here. -- 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]
