This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.7.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 84b42c89dbc73b3588268ae4ea443cf899897a1a Author: Kristin Cowalcijk <[email protected]> AuthorDate: Wed Feb 5 01:51:29 2025 +0800 [DOCS] Update PyPI dependency versions in Databricks Setup guide (#1790) --- docs/setup/databricks.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/setup/databricks.md b/docs/setup/databricks.md index 0d32de281e..a9f3abf602 100644 --- a/docs/setup/databricks.md +++ b/docs/setup/databricks.md @@ -17,8 +17,9 @@ org.datasyslab:geotools-wrapper:{{ sedona.current_geotools }} ``` apache-sedona=={{ sedona.current_version }} -keplergl==0.3.2 -pydeck==0.8.0 +geopandas==1.0.1 +keplergl==0.3.7 +pydeck==0.9.1 ``` ### Initialize @@ -119,9 +120,9 @@ For enabling python support, from the Libraries tab install from PyPI ``` apache-sedona=={{ sedona.current_version }} -geopandas==0.11.1 -keplergl==0.3.2 -pydeck==0.8.0 +geopandas==1.0.1 +keplergl==0.3.7 +pydeck==0.9.1 ``` !!!tips
