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/04/05 15:50:56 UTC

[sedona] branch fix-ci created (now e1015316)

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

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


      at e1015316 Clearly specify pandas version

This branch includes the following new commits:

     new e1015316 Clearly specify pandas version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sedona] 01/01: Clearly specify pandas version

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e10153161eacebca04a614e2b9f5380ca9c75dd7
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Apr 5 08:50:39 2023 -0700

    Clearly specify pandas version
---
 python/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/Pipfile b/python/Pipfile
index a11eb58b..ff0cfde5 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -12,7 +12,7 @@ pytest-cov = "*"
 
 [packages]
 shapely="==1.8.5"
-pandas="*"
+pandas="==1.5.3"
 geopandas="==0.10.2"
 pyspark=">=2.3.0"
 attrs="*"