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:42:23 UTC

[sedona] branch fix-binder updated: Change geopandas version

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


The following commit(s) were added to refs/heads/fix-binder by this push:
     new dd5b3045 Change geopandas version
dd5b3045 is described below

commit dd5b3045b014d49ebbc34b6760ac11af7a6a89bb
Author: Jia Yu <ji...@apache.org>
AuthorDate: Tue Mar 21 20:42:16 2023 -0700

    Change geopandas version
---
 binder/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binder/Pipfile b/binder/Pipfile
index 2ada9ed1..57843ff9 100644
--- a/binder/Pipfile
+++ b/binder/Pipfile
@@ -13,7 +13,7 @@ pytest-cov = "*"
 [packages]
 pandas="*"
 shapely="==1.8.4"
-geopandas="==0.10.2"
+geopandas="==0.11.1"
 pyspark="==3.3.2"
 attrs="*"
 ipykernel = "*"