This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 08a86e4e74 [DOCS] Update PyPI dependency versions in Databricks Setup 
guide (#1790)
08a86e4e74 is described below

commit 08a86e4e74a1479446b17d4fd29285a6ad505d15
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 4a970307e0..434a43f012 100644
--- a/docs/setup/databricks.md
+++ b/docs/setup/databricks.md
@@ -36,8 +36,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
@@ -138,9 +139,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

Reply via email to