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:57 UTC

[sedona] 01/01: Clearly specify pandas version

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="*"