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