You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/03/22 03:24:21 UTC

[sedona] 01/01: Fix the binder notebooks

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

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

commit 5b44facb537f82126a70923f7d545ec6ba52e6d0
Author: Jia Yu <ji...@apache.org>
AuthorDate: Tue Mar 21 20:23:51 2023 -0700

    Fix the binder notebooks
---
 binder/Pipfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/binder/Pipfile b/binder/Pipfile
index 94b28405..2ada9ed1 100644
--- a/binder/Pipfile
+++ b/binder/Pipfile
@@ -12,8 +12,9 @@ pytest-cov = "*"
 
 [packages]
 pandas="*"
+shapely="==1.8.4"
 geopandas="==0.10.2"
-pyspark="==3.1.2"
+pyspark="==3.3.2"
 attrs="*"
 ipykernel = "*"
 apache-sedona="==1.4.0"
@@ -21,4 +22,4 @@ matplotlib = "*"
 descartes = "*"
 
 [requires]
-python_version = "3.7"
+python_version = "3.9"