From 07664bb55c40024bb1545528fb252bccbc8c7269 Mon Sep 17 00:00:00 2001 From: Nilesh Gajwani Date: Thu, 22 Jun 2023 16:49:14 -0700 Subject: [PATCH] reverse accidental changes to pipfile --- python/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Pipfile b/python/Pipfile index bce88e6c31..e1aeb8c1b3 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -11,10 +11,10 @@ mkdocs="*" pytest-cov = "*" [packages] -shapely="==1.8.5" +shapely="<=1.8.5" pandas="<=1.3.5" geopandas="<=0.10.2" -pyspark="*" +pyspark=">=2.3.0" attrs="*" pyarrow="*"