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/incubator-sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 8c319fa2 [DOCS] Fix failed Python CI caused by the release of Shapely
2.0 (#732)
8c319fa2 is described below
commit 8c319fa2de0d05dcb276e45550b86b7538cde501
Author: Jia Yu <[email protected]>
AuthorDate: Tue Dec 13 00:09:58 2022 -0800
[DOCS] Fix failed Python CI caused by the release of Shapely 2.0 (#732)
---
python/Pipfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/Pipfile b/python/Pipfile
index 2295b6d0..bdf77311 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -11,6 +11,7 @@ mkdocs="*"
pytest-cov = "*"
[packages]
+shapely="==1.8.5"
pandas="*"
geopandas="==0.6.0"
pyspark=">=2.3.0"