p-vdp commented on code in PR #226:
URL: https://github.com/apache/sedona-db/pull/226#discussion_r2434601310
##########
python/sedonadb/pyproject.toml:
##########
@@ -37,6 +37,7 @@ test = [
"geoarrow-pyarrow",
"geopandas",
"pandas",
+ "polars",
Review Comment:
It's an optional dependency under the `test` group, it's part of the
`test_dataframe` suite:
https://github.com/apache/sedona-db/blob/df8f7205a0a99bd75195933084ae4216781f067c/python/sedonadb/tests/test_dataframe.py#L89
Seemed like an oversight that it wasn't there. Happy to take it out if it's
a problem.
--
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]